Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 632 for

annotation options

(0.06 sec)
  1. Search for Barcode signatures | Documentation

    GroupDocs.Signature Cloud provides an easy and straightforward way to find all Barcode signatures that are present in a document API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search 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. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...'signedBarcode_one-page.docx' }, 'Options': [ { 'AllPages': true, 'SignatureType':...

    docs.groupdocs.cloud/signature/search-for-barco...
  2. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....Annotation Product Solution GroupDocs...certificate and specify several optional parameters like subject, title...

    docs.groupdocs.cloud/signature/sign-document-wi...
  3. Split Document | Documentation

    Split the Document Into Several One-Page Documents GroupDocs.Merger Cloud REST API provides an ability to split the document into several one-page documents by providing exact page numbers. The following example demonstrates how to split the document into three one-page documents with 3rd, 6th, and 8th pages. As a result, these documents will be produced: Document name Page numbers document_0 3 document_1 6 document_2 8 Resource URI HTTP POST ~/join Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs..."WordProcessing/sample-10-pages.docx" }; var options = new SplitOptions { FileInfo...

    docs.groupdocs.cloud/merger/split-document/
  4. Join Documents of different formats | Documenta...

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

    docs.groupdocs.cloud/merger/join-document-cross...
  5. 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/
  6. Search for QR-code signatures | Documentation

    When you search for electronic signatures of QR-Code type inside document with GroupDocs.Signature Cloud it’s only needed to pass search Options to Search method. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Search 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...only needed to pass search options to Search method. API usage...

    docs.groupdocs.cloud/signature/search-for-qr-co...
  7. Customize changes styles | Documentation

    GroupDocs.Comparison Cloud provides compare Options set with some default values that provides both - appropriate comparison speed and quality. Example below demonstrates how to change different changes types styling. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...Comparison Cloud provides compare options set with some default values...

    docs.groupdocs.cloud/comparison/customize-chang...
  8. Security Operations | Documentation

    Add Document Password Protection This REST API allows adding document password protection. API endpoint accepts document storage path as input payload and returns path to the created a password-protected document. The description of the important API parameters is given below: Name Description Comment FilePath The file path in the storage Required property StorageName Storage name It 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 OutputPath Path to resultant document Required Resource URI HTTP PUT ~/password Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...= "Password" }; var options = new Options { FileInfo = fileInfo...

    docs.groupdocs.cloud/merger/security-operations/
  9. Get list of changes of comparings | Documentation

    GroupDocs.Comparison Cloud allows to obtain list of changes between source and target files. The following code sample demonstrates how to get list of all changes. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...CompareApi ( configuration ); var options = new ComparisonOptions { SourceFile...

    docs.groupdocs.cloud/comparison/get-list-of-cha...
  10. Accept or reject revisions | Documentation

    GroupDocs.Comparison Cloud allows to accept or reject revisions from Word document and save the result. The following code sample demonstrates how to accept all revisions. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method with Options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...storage Call API method with options Download comparison result...

    docs.groupdocs.cloud/comparison/accept-reject-r...