Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 3,654 for

groupdocs.annotation

(0.05 sec)
  1. ApplyRevisionsOptions | Documentation

    ApplyRevisionsOptions data structure defines options for applying revisions using “PUT” /comparison/revisions API method ApplyRevisionsOptions example: { 'SourceFile': { 'FilePath': 'source_files/word/source_with_revs.docx' }, 'Revisions': [ { 'Id': 0, 'action': 'Accept' }, { 'Id': 1, 'action': 'Accept' }, ], 'OutputPath': 'output/result.docx' } Name Description SourceFile Information about source file Revisions Array of revision settings OutputPath Path to the output document...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/applyrevisionso...
  2. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "pdf", "OutputPath": "converted" } Response [ { "name": "one-page.pdf", "size": 17958, "url": "converted/one-page.pdf" } ]...Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/conversion/conversion-api/
  3. Licensing | Documentation

    Create Account For details on how to create a new account please check Create a new Account. Apply Client Id and Client Secret For details on how to get Client Id and Client Secret please check Create New App and Get Client Id and Client Secret. Free Plan Our free plan allows you to use Cloud APIs as you would normally. It only applies the limitation to the data that can be processed with the APIs....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/licensing/
  4. Delete Document Pages | Documentation

    Delete Pages method allows to delete pages in the cloud storage, created by get pages method. API usage There are steps that usage of Groupdocs.annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation Call Preview method Download result pages from cloud storage Delete pages in cloud storage HTTP POST ~/annotation/preview/remove Swagger UI lets you call this REST API directly from the browser....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...Cloud Documentation / GroupDocs.Annotation Cloud / Developer Guide...

    docs.groupdocs.cloud/annotation/delete-pages/
  5. SDK Installation Instructions | Documentation

    GroupDocs Assembly Cloud developer kit installation instructions for .NET (C#), Java, PHP, C++, Node.JS, Ruby, Python, Swift, Golang programming languages....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/assembly/getting-started/s...
  6. annotate PDF on Document Automation REST APIs |...

    annotate PDF on Document Automation REST APIs | GroupDocs Cloud Recent content in annotate PDF on Document Automation REST APIs | GroupDocs Cloud علق على مستندات PDF باستخدام REST API في PHP علق بر......بتنقيح نص PDF باستخدام GroupDocs.Annotation Cloud ، وهو حل التعليقات...

    blog.groupdocs.cloud/ar/tag/annotate-pdf/index.xml
  7. Supported QR-Codes | Documentation

    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 QR-Code. You can list all supported QR-Ccode types using this API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the example to list supported QR-Code types. cURL example Request curl -v "https://api.groupdocs.cloud/v1/signature/qrcodes" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer _0zqJ6w3enMdpEw5C6ZKm3lgYvHell1lHdx3vztekvBpCbZGqMvMplrKNrsVXih9Xe6738GSej2hb0BnwKVVz-ANEOnW0bGqjeiJcEySo2Y9-9VZ1K_rs_p4zZcsMoGNuDkL9G4rowGX9Wd1frChwRXzsJCpJUs9G5fGK-0kochaFTVdMgoOHU8JjUOQ5wiu-_ZQSbR0bMKRamxEyc_P_gv9NU7LTJQTCrP1SIJwem1WTX7GaTr8JRUYE0zsXH2vHUkJ1rNh-1RPblqE6wwrfxkklTCGxAWTxvoaSG-Ax-h2Zl9nZkBCAjS48zzz2kqIWS-K5WUmGPP9hAWQL00_deMB0Qi7xqvf2MWoJ831mFnyse-ZQ80fAqPyFBdYpS-xVFC0Uuc8rVHehydCxD0_oIJWkCU_GuDJpNMv6q4IpM-1RzFn" Response { "qrCodeTypes": [ { "name": "Aztec" }, { "name": "DataMatrix" }, { "name": "GS1DataMatrix" }, { "name": "GS1QR" }, { "name": "QR" } ] } SDK examples The API is completely independent of your operating system, database system or development language....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/supported-qr-codes/
  8. Getting Started | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/parser/getting-started/
  9. GroupDocs.Comparison Cloud | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/comparison/
  10. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page file path in the cloud storage....Viewer Product Solution GroupDocs.Annotation Product Solution GroupDocs...

    docs.groupdocs.cloud/signature/signresult/