Sort Score
Result 10 results
Languages All
Labels All
Results 641 - 650 of 3,196 for

pdf annotation

(0.1 sec)
  1. Extract Text From a Document Inside a Container...

    This REST API allows extracting text from a document placed in a container like ZIP archive, emails, Pdf portfolios, etc. by specifying ContainerItemInfo parameter Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract Text From a Document Inside a Container example. cURL example The following example demonstrates how to extract text from a container item. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...container like ZIP archive, emails, PDF portfolios, etc. by specifying...

    docs.groupdocs.cloud/parser/extract-text-from-a...
  2. Overview | Documentation

    GroupDocs.Viewer Cloud Overview...Annotation Product Solution GroupDocs...formats Portable Document Format: PDF Microsoft Word: DOC, DOCX, DOCM...

    docs.groupdocs.cloud/viewer/overview/
  3. Get Container Items Information | Documentation

    This REST API endpoint allows retrieving container items (relative paths) from ZIP archives, documents that contain other attached documents like emails, Pdf portfolios, MS Outlook storages. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage. FileInfo.Password The password to open file It should be specified only for password-protected documents....Annotation Product Solution GroupDocs...attached documents like emails, PDF portfolios, MS Outlook storages...

    docs.groupdocs.cloud/parser/get-container-items...
  4. Basic usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...attachments HTML Viewer Image Viewer PDF Viewer Was this page helpful...

    docs.groupdocs.cloud/viewer/basic-usage/
  5. Supported File Formats | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud is a REST API to create, verify and search different type of Signatures objects in all common business formats, including Pdf, Microsoft Word, Excel, PowerPoint, epub and many other files. To get list of supported file formats, you can use the following API. Resource The following GroupDocs.Signature Cloud REST API resource has been used in the Supported File Formats example....Annotation Product Solution GroupDocs...business formats, including PDF, Microsoft Word, Excel, PowerPoint...

    docs.groupdocs.cloud/signature/supported-file-f...
  6. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts to be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows to use common color, or “UseObjectColor” - Allows to use separate color for every object { "layoutNames": ["Floor1", "Floor3"] } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv Properties Description format The format of input file, (“docx”, for example)....Annotation Product Solution GroupDocs..."Pass123" } PdfLoadOptions - pdf Properties Description format...

    docs.groupdocs.cloud/conversion/loadoptions/
  7. Cloud on Document Automation REST APIs | GroupD...

    Cloud on Document Automation REST APIs | GroupDocs Cloud Recent content in Cloud on Document Automation REST APIs | GroupDocs Cloud Java および Ruby 用の GroupDocs.Annotation Cloud SDK が利用可能になりました Group......Annotation Cloud SDK が利用可能になりました GroupDocs...ンで使用できます。 次世代の GroupDocs.Annotation Cloud が間もなく利用可能になります GroupDocs...

    blog.groupdocs.cloud/ja/tag/cloud/index.xml
  8. Sending PowerPoint and ODP files for translatio...

    How to send PowerPoint and ODP files for translation to the selected languages....Annotation Product Solution GroupDocs...1 based indexes of pages in PDF or Word document, worksheets...

    docs.groupdocs.cloud/translation/file/request/p...
  9. Document Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Document Import attachment into pdf document Was this page helpful...

    docs.groupdocs.cloud/merger/document-operations/
  10. 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" } ]...Annotation Product Solution GroupDocs..."/words/docx/one-page.docx" , "Format" : "pdf" , "OutputPath" : "converted"...

    docs.groupdocs.cloud/conversion/conversion-api/