This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing.
The table below contains the full list of Properties that can be specified.
Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....contains the full list of properties that can be specified. Name...path in the storage Required property StorageName Storage name Could...
GroupDocs.Signature Cloud provides a method to verify if the signatures with given Properties are present in a document. The result of verify method contains boolean value IsSuccess (true or false).
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage Verify signatures For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual.
Swagger UI lets you call this REST API directly from the browser....the signatures with given properties are present in a document...
This REST API allows merging the document of different formats into one pdf or word processing document.
The table below contains the full list of Properties that can be specified for each joined document.
Name Description Comment FilePath The file path in the storage Required property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....contains the full list of properties that can be specified for...path in the storage Required property StorageName Storage name Could...
This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation changed for specified pages. There are several ways to specify desired page numbers:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password....range by setting RangeMode property. For protected documents,...contains the full list of properties that can be specified when...
This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property. For protected documents, it is also required to provide a password. The following Properties of preview may be customized:...range by setting RangeMode property. For protected documents,...a password. The following properties of preview may be customized:...
Нow-to insert different types of elements, such as hyperlinks, bookmarks, barcodes, into reports dynamically using GroupDocs Assembly Cloud.... By editing content properties of a Checkbox control, add...
This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation changed for specified pages. There are several ways to specify desired page numbers:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....range by setting RangeMode property. For protected documents,...contains the full list of properties that can be specified when...
GroupDocs.Signature Cloud allows to sign document with several signatures simultaneously and even apply signatures of different types to the same document.
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage and other files, like digital certificate or image stamp Sign document Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....BARCODE ); // set signature properties barcodeOptions . setText...TEXT ); // set signature properties textOptions . setText ( "John...
When rendering MS Project documents GroupDocs.Viewer Cloud tries to find optimal output size and time unit depending on the project’s overall length. In case you need to set your own page size or time unit, you can set ProjectManagementOptions class Properties class as shown in code samples below. Time unit refers to smallest unit (days, third of a month or month) used in timescale bar. When the TimeUnit.Days is selected, you will get the most detailed view of your tasks....ProjectManagementOpt class properties class as shown in code samples...
This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document:
Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....range by setting RangeMode property. For protected documents,...contains the full list of properties that can be specified for...