This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of Properties that can be specified while moving document pages....contains the full list of properties that can be specified while...path in the storage Required property StorageName Storage name It...
Н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...
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...
This REST API allows swapping two pages of positions within the source document. The result is a new document where two pages have their positions exchanged. For swapping pages positions it’s needed to specify page numbers along with a path to document in storage. For protected documents, it is also required to provide a password.
The table below contains the full list of Properties that can be specified while swapping document pages....contains the full list of properties that can be specified while...path in the storage Required property StorageName Storage name It...
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 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...
This REST API allows merging two or more documents into a single resultant document. For the simplest scenario of combining several documents together it’s only needed to provide storage path for each file. For protected documents, it is also required to provide a password. 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 It could be omitted for default storage....contains the full list of properties that can be specified for...path in the storage Required property StorageName Storage name It...
GroupDocs.Signature Cloud provides a method to update some signature Properties by it’s id. The signature ID is needed to perform the update, it comes from the result of sign or search operation.
API usage There are steps that usage of GroupDocs.Signature Cloud consists of:
Upload input document into cloud storage Update signatures Download output document For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual....to update some signature properties by it’s id. The signature...
Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to sign a document with Text. It provides methods to create Text Signature in Document Pages with different options of Text, location, alignment, font, margins and appearances by using Signature Options Object data in request body.
Add Text Signature to Document You can create Text Signature on Document provided by fileName and document folder (if required) using following API....7 with newly added property BackgroundBrush which support...(Release 18.7) with newly added properties TextHorizontalAlignm and...
Image Viewer allows you to set custom output image size in pixels through Width and Height Properties in ImageOptions.
Keep in mind that aspect ratio is automatically applied when you set Width or Height only.
This example demonstrates how to set output image size
API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of:
Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....through Width and Height properties in ImageOptions. Keep in...