Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 627 for

annotation options

(0.09 sec)
  1. Move Pages | Documentation

    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....Annotation Product Solution GroupDocs..."WordProcessing/four-pages.docx" }; var options = new MoveOptions { FileInfo...

    docs.groupdocs.cloud/merger/move-pages/
  2. GroupDocs Cloud Blog on Document Processing RES...

    GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Recent content in GroupDocs Cloud Blog on Document Processing REST APIs | GroupDocs Cloud Parse Documents with AI Agents Usin...... Explore customization options, API reference, and C# SDK...process, and advanced rotation options. Merge Multiple JPG Files into...

    blog.groupdocs.cloud/groupdocs.cloud/index.xml
  3. Verify Barcode signatures | Documentation

    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....Annotation Product Solution GroupDocs...arcode_one-page.docx' }, 'Options': [ { 'AllPages': true, 'SignatureType':...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  4. Sign document with stamp signature | Documentation

    A stamp signature is a special type of electronic signature that have visual appearance of round seal and its visual parameters can be set programmatically. Every stamp signature can have multiple “stamp lines” with custom text and different line thickness, color, font weight and size. Here is an example of how stamp signature created with GroupDocs.Siganture Cloud may look like: GroupDocs.Signature Cloud provides Options to specify different Options for Stamp signature:...Annotation Product Solution GroupDocs...Cloud provides options to specify different options for Stamp signature:...

    docs.groupdocs.cloud/signature/sign-document-wi...
  5. ConvertOptions | Documentation

    Format specific convert Options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark Options to be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{Options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{Options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages to be converted usePdf Use pdf as intermediate format watermarkOptions Watermark Options to be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{Options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....Annotation Product Solution GroupDocs...page Format specific convert options xls, xlsx, xlsx, xlsm, xlsb...

    docs.groupdocs.cloud/conversion/convertoptions/
  6. Join Multiple Documents | Documentation

    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....Annotation Product Solution GroupDocs..."WordProcessing/one-page.docx" } }; var options = new JoinOptions { JoinItems...

    docs.groupdocs.cloud/merger/join-multiple-docum...
  7. Verify text signatures | Documentation

    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....Annotation Product Solution GroupDocs...'signaturedocs/signedText_one-page.docx' }, 'Options': [ { 'AllPages': true, 'SignatureType':...

    docs.groupdocs.cloud/signature/verify-text-sign...
  8. Update QR-Code signatures | Documentation

    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....Annotation Product Solution GroupDocs...'signedQRCode_one-page.docx' }, 'Options': [ { 'SignatureType': 'QRCode'...

    docs.groupdocs.cloud/signature/update-qr-code-s...
  9. Advanced usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Common rendering options Load options Rendering options by document...

    docs.groupdocs.cloud/viewer/advanced-usage/
  10. Extract Metadata | Documentation

    This REST API allows to extract metadata from the documents. With this API you can extract metadata with following features: Extract whole metadata properties tree; Extract properties with specified tag; Extract properties with specified name; Extract properties with specified value; The table below contains the full list of properties that can be specified when extracting metadata from the document. Name Description Comment FileInfo.FilePath The path of the document, located in the storage....Annotation Product Solution GroupDocs...default storage. SearchCriteria Options to find properties. Required...

    docs.groupdocs.cloud/metadata/extract-metadata/