Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 626 for

annotation options

(0.37 sec)
  1. Remove Metadata | Documentation

    This REST API allows to remove metadata from the documents. With this API you can search metadata to remove with following features: There are many ways to specify what property should be removed. You could search for properties to add by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name). values of different types: string; datetime; integer; double; boolean; The table below contains the full list of properties that can be specified when removing metadata to the document....Annotation Product Solution GroupDocs...“/remove_metadata” SearchCriteria Options to remove properties. Required...

    docs.groupdocs.cloud/metadata/remove-metadata/
  2. 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/
  3. Document Processing REST APIs | GroupDocs Cloud

    Document Processing REST APIs | GroupDocs Cloud Recent content on Document Processing REST APIs | GroupDocs Cloud Add Image Watermark to PowerPoint Presentation using .NET REST API Learn how to add...... Explore customization options, API reference, and C# SDK...process, and advanced rotation options. Merge Multiple JPG Files into...

    blog.groupdocs.cloud/index.xml
  4. Common Resources | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1...Annotation Product Solution GroupDocs...V1 Signature Options Objects Verification Options Objects Search...

    docs.groupdocs.cloud/signature/common-resources/
  5. GroupDocs Newsletter March 2017– APIs Updates a...

    GroupDocs Newsletter showcases newly supported features, enhancements and bug fixes by GroupDocs Document Format APIs for .NET, Java and Android platforms.... Product News Annotate Image File Formats (GIF, TIFF...NET applications GroupDocs.Annotation for .NET 17.1.0 provides...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  6. Verify QRCode Signature | Documentation

    Note Note: The features listed on this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to verify a signed document. It provides methods to verify QRCode Signature in Documents Pages with different Options for page number, text and search criteria by using Verification Options Objects data in request body. Verify QRCode Signature in a Document You can verify QRCode Signature in a Document using this API....Annotation Product Solution GroupDocs...Documents Pages with different options for page number, text and search...

    docs.groupdocs.cloud/signature/verify-qrcode-si...
  7. VerifySettings | Documentation

    VerifySettings data structure used as input parameters for Verify API method. VerifySettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Text", "Page": 1, "Text": "John", "MatchType": "Contains" } ] } VerifySettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....Annotation Product Solution GroupDocs..."Password" : "string" }, "Options" : [ { "SignatureType" : "Text"...

    docs.groupdocs.cloud/signature/verifysettings/
  8. Set Metadata | Documentation

    This REST API allows to set metadata new values into existing properties of the documents. With this API you can set metadata with following features: Metadata properties could contain different types of values: string; datetime; integer; double; boolean; There are many ways to specify what property should be edited. You could search for properties to set by: name (a part of name, exact phrase, regex match. All names matching is ignorecase); tag (exact tag, possible tag name); value....Annotation Product Solution GroupDocs...e;boolean. SearchCriteria Options to define metadata property...

    docs.groupdocs.cloud/metadata/set-metadata/
  9. SearchSettings | Documentation

    SearchSettings data structure used as input parameters of Search API method. SearchSettings example { "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "Options": [ { "SignatureType": "Barcode", "Page": 1, "Text": "123", "BarcodeType": "Code128", "MatchType": "Contains" } ] } SearchSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed....Annotation Product Solution GroupDocs..."Password" : "string" }, "Options" : [ { "SignatureType" : "Barcode"...

    docs.groupdocs.cloud/signature/searchsettings/
  10. DeleteSettings | Documentation

    DeleteSettings data structure used as input parameters of Delete API method. DeleteSettings example { 'FileInfo': { 'FilePath': 'signedBarcode_one-page.docx' }, 'Options': [ { 'SignatureType': 'Barcode', 'SignatureId': '4cb67aa8-835d-4877-8a5d-5a9ad015a098' } ] } UpdateSettings fields Name Description API Version FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name FileInfo.VersionId File version Id FileInfo.Password Password for password-protected document to be signed. Options Array of Options to perform signatures delete...Annotation Product Solution GroupDocs...'signedBarcode_one-page.docx' }, 'Options' : [ { 'SignatureType' : 'Barcode'...

    docs.groupdocs.cloud/signature/deletesettings/