Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 3,791 for

document annotation

(0.06 sec)
  1. 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...Acquisition GroupDocs Cloud Documentation / GroupDocs.Signature Cloud...

    docs.groupdocs.cloud/signature/searchresult/
  2. How To Convert XFA PDF Form to DOCX in Python U...

    Hi, I get this message in the converted file (it says successful) Please wait… If this message is not eventually replaced by the proper contents of the Document, your PDF viewer may not be able to display this type o…...the proper contents of the document, your PDF viewer may not be...able to display this type of document. You can upgrade to the latest...

    forum.groupdocs.cloud/t/how-to-convert-xfa-pdf-...
  3. Convert Word Documents to PDF in Ruby using RES...

    Users convert word Documents to PDF when sending bills and handouts etc. Let's learn how to convert Word Documents to PDF in Ruby using cloud REST API....Saeed Blog Home Convert Word Documents to PDF in Ruby using REST...Linkedin How to Convert Word Documents to PDF using Ruby DOCX is...

    blog.groupdocs.cloud/2022/04/26/convert-word-do...
  4. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you to rotate individual pages when viewing Documents in HTML/PDF/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs to rotate page on 90-degree clockwise; On180Degree - instructs to rotate page on 180-degree clockwise; On270Degree - instructs to rotate page on 270-degree clockwise; The following code snippet shows how to rotate output pages when viewing a Document as PDF...Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  5. Annotate Word Documents

    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....external remarks to Word documents as annotations. In this article,...will learn how to annotate Word documents using a REST API in...

    blog.groupdocs.cloud/tag/annotate-word-documents/
  6. Specify Max Chars And Rows | Documentation

    When processing text files you can adjust page parameters like max characters per line and max lines per page with MaxCharsPerRow and MaxRowsPerPage options that have been added in v21.8 The following screenshot shows the difference when setting MaxRowsPerPage=30 API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input Document into cloud storage Render Document or get Document info Download rendered Document from storage Steps 1 and 3 are storage operations, please refer to this File API Documentation for usage details....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/specify-max-chars-a...
  7. Convert Emails and Outlook Messages to PDF usin...

    Programmatically Convert Emails and Outlook Messages to PDF using a REST API in Node.js. Node.js SDK allows converting EML, MSG files to PDF....and Outlook messages to PDF documents using Node.js on the cloud...EML and MSG files to PDF documents programmatically. In this...

    blog.groupdocs.cloud/2021/09/09/convert-email-a...
  8. Convert JPG to Word in Python

    JPG to Word conversion turns each image into an editable Word Document within few seconds. This article is about how to Convert JPG to Word in Python....for the word processing and document creation. In certain cases...For converting JPG to Word document, I will be using the Python...

    blog.groupdocs.cloud/2022/08/10/convert-jpg-to-...
  9. Developer Guide | Documentation

    How-to-use GroupDocs Assembly Cloud features in most practical situations when working with lists, tables, charts and other Document elements....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Assembly Cloud...

    docs.groupdocs.cloud/assembly/developer-guide/
  10. Get Supported File Formats | Documentation

    GroupDocs.Viewer Cloud REST APIs support to render over 50 file formats to HTML5 or Image formats for the whole Document, page by page or custom range of pages. To get list of supported formats, You can use the below API. The following GroupDocs.Viewer Cloud REST API resource has been used in the Supported File Formats example. cURL example Request curl -X GET "https://api.groupdocs.cloud/v2.0/viewer/formats" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Resonse { "formats": [ { "extension": "....Annotation Product Solution GroupDocs...Acquisition GroupDocs Cloud Documentation / GroupDocs.Viewer Cloud...

    docs.groupdocs.cloud/viewer/get-supported-file-...