Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 1,196 for

annotation types

(0.09 sec)
  1. PDF Rendering | Documentation

    Note Note: The features listed in this page are supported only in GroupDocs.Viewer Cloud V1 Dwonload file as PDF from Storage (HTML mode) You can render a document to PDF for HTML representation and download it. The API returns actual file data of document in PDF format. The following GroupDocs.Viewer Cloud REST API resource has been used to download document as PDF for HTML representation. cURL example Request curl -v "https://api....Annotation Product Solution GroupDocs...docx/html/pdf" \ -X GET \ -H "Content-Type: application/json" \ -H "authorization:...

    docs.groupdocs.cloud/viewer/pdf-rendering/
  2. Create or Update Template | Documentation

    This REST API provides the functionality to save or update files that can be used in Parse endpoint. It’s easy to define and save the template to extract data from invoices, prices or other kinds of your typical documents. The table below contains the full list of properties. Name Description Comment TemplatePath The path of the template, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type#client_credentials&cli...

    docs.groupdocs.cloud/parser/create-or-update-te...
  3. Working with Search Collection | 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 multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....Annotation Product Solution GroupDocs...Token]' \ -- header 'content-type: application/json' \ -- data...

    docs.groupdocs.cloud/signature/working-with-sea...
  4. Accept all revisions | Documentation

    GroupDocs.Comparison Cloud allows to accept all revisions in Word document and save the result. The following code sample demonstrates how to accept all revisions without getting them. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Call API method with options Download comparison result document from storage (if any) Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_i...

    docs.groupdocs.cloud/comparison/accept-all-revi...
  5. Create Document Preview | Documentation

    GroupDocs.Signature Cloud allows to create document preview images, one per page. Image size and format can be set as options. API usage There are steps that usage of GroupDocs.Signature Cloud consists of: Upload input document into cloud storage Create preview images Download images For storage operations, like uploading or downloading documents, please refer to the corresponding articles of this manual. Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...cloud/connect/token" \ - X POST \ - d "grant_type#client_credentials&client_i...

    docs.groupdocs.cloud/signature/create-document-...
  6. Convert CSV to JSON and JSON to CSV in Python

    Our API helps you quickly convert popular data formats to the format you need. This article is about how to convert CSV to JSON and JSON to CSV in Python....light-weight structured data format type. It is also used as an alternative...Product Family (22) GroupDocs.Annotation Cloud Product Family (16)...

    blog.groupdocs.cloud/2022/08/20/convert-csv-to-...
  7. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...Annotation Product Solution GroupDocs...options. Method parameters: Name Type Description Comment format string...

    docs.groupdocs.cloud/conversion/convert-documen...
  8. Set password for resultant document | Documenta...

    GroupDocs.Comparison Cloud allows to protect resultant document with password. The following code snippet demonstrates how to compare documents and protect resultant document with password API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Annotation Product Solution GroupDocs...cloud/connect/token" \ -X POST \ -d "grant_type=client_credentials&client_i...

    docs.groupdocs.cloud/comparison/set-password-fo...
  9. Skip rendering of empty columns | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) columns. In case, if the number of empty columns is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty columns GroupDocs.Viewer Cloud provides RenderEmptyColumns property, which allows omitting to render empty columns as shown in the sample below. API Usage There are steps that usage of GroupDocs....Annotation Product Solution GroupDocs...Rendering options by document type / Rendering Spreadsheets / Skip...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  10. 如何使用 Python 将 PDF 转换为可编辑的 Word 文档

    使用 Python Cloud SDK 将 PDF 转换为可编辑的 Word 文档,以便在任何平台上进行文档转换,而无需依赖第三方工具或应用程序。...hide_pdf_annotations = True loadOptions.remove_embedded_files...calling get_supported_conversion_types: {0}".format(e.message)) 就是这样。...

    blog.groupdocs.cloud/zh/conversion/convert-pdf-...