Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 3,169 for

pdf annotation

(0.04 sec)
  1. Supported File Formats | Documentation

    GroupDocs.Classification Cloud REST API support to classify several documents formats such as: Classification From: Portable Document Format: Pdf Documents: DOC, DOCX, DOCM, DOT, DOTX, DOTM, RTF, TXT, ODT, OTT Resource The following GroupDocs.Classification Cloud REST API resource has been used in the Supported File Formats example. cURL Rest Example Request curl -v "https://api.groupdocs.cloud/v1.0/classification/formats" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization: Bearer [Acccess Token] Response { "formats": [ { "fileFormat": "Microsoft Word", "extension": "....Annotation Product Solution GroupDocs...From: Portable Document Format: PDF Documents: DOC, DOCX, DOCM, DOT...

    docs.groupdocs.cloud/classification/supported-f...
  2. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...in Word, Excel, PowerPoint, PDF, OpenDocument and image file...and Ruby SDKs for GroupDocs.Annotation Cloud. These SDKs provide...

    blog.groupdocs.cloud/groupdocs.cloud/page/44/
  3. GroupDocs.Comparison Cloud Product Family

    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....can easily compare two or more PDF files in your Node.js applications...you will learn how to compare PDF files using a REST API in Node...

    blog.groupdocs.cloud/categories/groupdocs.compa...
  4. Cloud on Document Processing REST APIs | GroupD...

    Cloud on Document Processing REST APIs | GroupDocs Cloud Recent content in Cloud on Document Processing REST APIs | GroupDocs Cloud GroupDocs.Annotation Cloud SDK untuk Java dan Ruby Kini Tersedia ......Annotation Cloud SDK untuk Java dan...konversi dokumen. GroupDocs.Annotation Cloud Generasi Berikutnya...

    blog.groupdocs.cloud/id/tag/cloud/index.xml
  5. GroupDocs.Rewriter Cloud | Documentation

    An introduction to natural language processing technology and how GroupDocs.Rewriter Cloud can help you use it for your day-to-day business needs....Annotation Product Solution GroupDocs...online. Paraphrase and convert PDF file online. Create unique content...

    docs.groupdocs.cloud/rewriter/
  6. Add annotations using REST API in Python on Doc...

    Add Annotations using REST API in Python on Document Automation REST APIs | GroupDocs Cloud Recent content in Add Annotations using REST API in Python on Document Automation REST APIs | GroupDocs C......Add annotations using REST API in Python on Document Automation...Cloud Recent content in Add annotations using REST API in Python...

    blog.groupdocs.cloud/hi/tag/add-annotations-usi...
  7. Remove Annotations using Python on Document Aut...

    Remove Annotations using Python on Document Automation REST APIs | GroupDocs Cloud Recent content in Remove Annotations using Python on Document Automation REST APIs | GroupDocs Cloud पायथन में RES......Remove Annotations using Python on Document Automation REST APIs...Recent content in Remove Annotations using Python on Document...

    blog.groupdocs.cloud/hi/tag/remove-annotations-...
  8. ViewOptions | Documentation

    ViewOptions data structure used as input parameters for Document Info working-with-viewer-api API and Document View working-with-viewer-api API. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. ViewOptions example { "ViewFormat": "HTML", "FileInfo": { "FilePath": "string", "StorageName": "string", "VersionId": "string", "Password": "string" }, "OutputPath": "string", "FontsPath": "string", "Watermark": { "Text": "string", "Color": "string", "Position": "string", "Size": 0 }, "RenderOptions": { "StartPageNumber": 0, "CountPagesToRender": 0, "ExternalResources": false, "ExtractText": false, } } ViewOptions fields Name Description API Version ViewFormat Allows to set rendering format, available values are: HTML, JPG, PNG, Pdf....Annotation Product Solution GroupDocs...values are: HTML, JPG, PNG, PDF. Default value is “HTML”. FileInfo...

    docs.groupdocs.cloud/viewer/viewoptions/
  9. ViewResult | Documentation

    ViewResult data structure returned by Document View API working-with-viewer-api as output result ViewResult example { "pages": [ { "number": 1, "resources": [], "path": "viewer/words/docx/four-pages_docx/p1.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p1.html" }, { "number": 2, "resources": [], "path": "viewer/words/docx/four-pages_docx/p2.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p2.html" }, { "number": 3, "resources": [], "path": "viewer/words/docx/four-pages_docx/p3.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p3.html" }, { "number": 4, "resources": [], "path": "viewer/words/docx/four-pages_docx/p4.html", "downloadUrl": "https://api.groupdocs.cloud/v2.0/viewer/storage/file/viewer/words/docx/four-pages_docx/p4.html" } ], "attachments": [], "file": null } ViewResult fields Name Description pages List of document pages page....Annotation Product Solution GroupDocs...attachments file PDF file path. Returned instead of pages, if PDF view format...

    docs.groupdocs.cloud/viewer/viewresult/
  10. Fetching file results | Documentation

    How to fetch the result from the GroupDocs.Rewriter Cloud queue....Annotation Product Solution GroupDocs..."status" : 200 , "message" : "Pdf document paraphrased" , "url"...

    docs.groupdocs.cloud/rewriter/file/fetch/