Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 928 for

annotation types

(0.04 sec)
  1. Sending PowerPoint and ODP files for translatio...

    How to send PowerPoint and ODP files for translation to the selected languages....Annotation Product Solution GroupDocs...Translation settings Property Type Default value Description sourceLanguage...

    docs.groupdocs.cloud/translation/file/request/p...
  2. GroupDocs

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Annotation Cloud 17.12. の公開リリースを発表で...の公開リリースを発表できることを誇りに思います。これは、GroupDocs.Annotation for .NET に基づいているため、クラウドの...

    blog.groupdocs.cloud/ja/tag/groupdocs/
  3. Search Barcode 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 search Barcode signatures in supported document formats. It provides method to search Barcode Signature in Document Pages with different options barcodeType, Name, text, matchType and other search features by using Search Options Object data in request body. Search Barcode Signature You can search Barcode Signature on Document provided by fileName and document folder (if required) using following API....Annotation Product Solution GroupDocs...Token]' \ -- header 'content-type: application/json' \ -- data...

    docs.groupdocs.cloud/signature/search-barcode-s...
  4. SearchResult | Documentation

    SearchResult data structure returned by Search API method as output result SearchResult example { "fileInfo": { "filePath": "/words/docx/one-page.docx", "password" : "1234567890" }, "size" : 12345, "signatures": [ { "barcodeType": "Code128", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "Barcode", "pageNumber": 1, "signatureId": "114bc076-f734-4edf-9ce4-2277725a6ea5", "isSignature": true, "createdOn": "2020-07-22T07:45:01.6812929+00:00", "modifiedOn": "2020-07-22T07:45:01.6812929+00:00", "top": 100, "left": 100, "width": 300, "height": 100 } ] } SignResult fields Name Description FilePath Name of the verified document Size Size of the verified document IsSuccess Result of verification process Signatures Array of found Signatures that match for passed Search Options....Annotation Product Solution GroupDocs...Options. Based of found signature type of one the following data structures...

    docs.groupdocs.cloud/signature/searchresult/
  5. GroupDocs.Clouds

    GroupDocs.Clouds - Document Processing REST APIs | GroupDocs Cloud...[Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\":...cloud/connect/token --header "Content-Type: application/x-www-form-urlencoded"...

    blog.groupdocs.cloud/zh/groupdocs.cloud/page/42/
  6. Document Processing REST APIs | GroupDocs Cloud

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....[Access Token]" -H "Content-Type: application/json" -d "{ \"FileInfo\":...cloud/connect/token --header "Content-Type: application/x-www-form-urlencoded"...

    blog.groupdocs.cloud/zh-hant/page/42/
  7. Verify Barcode 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 Barcode Signature in Documents Pages with different options for page number, text and search criteria by using verification-options-objects data in request body. Verify Barcode Signature in a Document You can Verify Barcode Signature in a Document using this API. It expects Verification Options Object data in request body....Annotation Product Solution GroupDocs...Folder#signed" \ - X POST \ - H "Content-Type: application/json" \ - H "Accept:...

    docs.groupdocs.cloud/signature/verify-barcode-s...
  8. Search Digital 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 search Digital signatures in supported document formats. It provides method to search Digital Signature in Document Pages with different options by using Search Options Object data in request body. Search Digital Signature You can search Digital Signature on Document provided by fileName and document folder (if required) using following API....Annotation Product Solution GroupDocs...Token]' \ -- header 'content-type: application/json' \ -- data...

    docs.groupdocs.cloud/signature/search-digital-s...
  9. Remove Watermarks | Documentation

    This REST API allows removing watermarks from the document. The operation performs a search for possible watermarks and then removes them. The API supports a rich set of search criteria that allows finding images and texts that may be possible watermarks. There are two popular scenarios to use the Remove operation: Remove particular watermarks found by search criteria. With this scenario Two operations are used: Search and Remove: You define the search criteria set; You first use Search operation with the designed criteria and get the response with search results; You can analyze the response and choose those watermarks that should be deleted; You then call Remove operation with the same set of search criteria; You also provide RemoveIds array with IDs of found watermarks; Then watermarks with passed IDs will be removed Remove all found watermarks....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&client_i...

    docs.groupdocs.cloud/watermark/remove-watermarks/
  10. Get Document Metadata | Documentation

    GroupDocs.Conversion Cloud REST APIs support document conversion tools to convert files from 65+ supported formats to get high-quality output in quickly and reliably. To get a Metadata of supported formats, You can use the below API. Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the Document Metadata example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/conversion/info?FilePath#words/four-pages.docx" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response Content-type: application/json { "fileType": "docx", "pageCount": 4, "size": 8651, "width": 0, "height": 0, "horizontalResolution": 0, "verticalResolution": 0, "bitsPerPixel": 0, "title": "", "author": "", "createdDate": "2016-05-18T00:00:00Z", "modifiedDate": "0001-01-01T00:00:00", "layers": null, "isPasswordProtected": false } SDK examples The API is completely independent of your operating system, database system or development language....Annotation Product Solution GroupDocs...[Access Token]" Response Content-type: application/json { "fileType"...

    docs.groupdocs.cloud/conversion/get-document-me...