Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 1,922 for

annotation python

(0.04 sec)
  1. Render print areas | Documentation

    Spreadsheet document allows to set a print area if you want to print a specific section on a worksheet. There can be the case when you want to render only the print area of the worksheet using GroupDocs.Viewer Cloud. GroupDocs.Viewer Cloud provides an option to render sections of the worksheet(s) defined as the “print area”. It renders each print area in a worksheet as a separate page. The following code samples show how to render only the print areas from worksheets....Annotation Product Solution GroupDocs...viewApi . createView ( request ); Python # For complete examples and...

    docs.groupdocs.cloud/viewer/render-print-areas/
  2. Working with Signature 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 sign a document with multiple signatures. For example, you can add Text and Barcode Signature to a document at same time. To put list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SignOptionsCollectionData that can contain one or more signature options. Please, use signature options which appropriate for current document format....Annotation Product Solution GroupDocs...available SDKs list . C# PHP Java Python Ruby Add Multiple Signatures...

    docs.groupdocs.cloud/signature/working-with-sig...
  3. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format. Pages count Password protection Resources HTTP POST ~/info Swagger UI lets you call this REST API directly from the browser. cURL example Request * First get JSON Web Token * Please get your Client Id and Client Secret from https://dashboard....Annotation Product Solution GroupDocs...project. C# Java PHP Ruby Node.js Python Was this page helpful? Not...

    docs.groupdocs.cloud/editor/get-document-inform...
  4. Convert PDF Files to PNG, JPEG, BMP, and TIFF I...

    Convert PDF document to optimized image formats in high fidelity. This article is about how to convert PDF Files to PNG, JPEG, BMP and TIFF images in Ruby....API in Python Convert HTML to PDF using REST API in Python This...Product Family (22) GroupDocs.Annotation Cloud Product Family (16)...

    blog.groupdocs.cloud/2022/06/22/convert-pdf-fil...
  5. Merge PowerPoint PPT/PPTX Files Online using RE...

    Combine multiple PowerPoint presentations into a single file. This article is about how to merge powerPoint PPT/PPTX files online using REST API in Ruby....NET, Java, PHP, Python, Android, and Node.js SDKs...Specific Pages from PDF using Python How to Rotate PDF Pages using...

    blog.groupdocs.cloud/2022/06/23/merge-powerpoin...
  6. Convert Word to Image Formats using REST API in...

    GroupDocs Ruby SDK is the best way to convert Word DOCX to image formats. This article is about how to Convert Word to Image Formats using REST API in Ruby...API in Python Convert HTML to PDF using REST API in Python This...Product Family (22) GroupDocs.Annotation Cloud Product Family (16)...

    blog.groupdocs.cloud/2022/05/28/convert-word-to...
  7. Display Excel Data in HTML using REST API in No...

    Programmatically render or display Microsoft Excel spreadsheet data to HTML using a REST API in Node.js with GroupDocs.Viewer Cloud for Node.js SDK....in Python Convert Images to PDF using REST API in Python → Search...Product Family (22) GroupDocs.Annotation Cloud Product Family (16)...

    blog.groupdocs.cloud/2021/12/03/display-excel-d...
  8. Convert document | Documentation

    This example demonstrates how to convert word processing document into pdf document with default options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Annotation Product Solution GroupDocs...ConvertDocumentReque ( settings )); Python # For complete examples and...

    docs.groupdocs.cloud/conversion/convert-document/
  9. Convert and download document | Documentation

    GroupDocs.Viewer Cloud API enables you to to render documents using single API call, passing input file in the request body, and getting result file stream in the response. This example demonstrates how to render document without using cloud storage. Method parameters: Name Type Description Comment format string Requested conversion format: HTML, JPG, PNG or PDF Required. File binary Input file to convert Form data, Required pages string Pages range to render, like “1,2” or “3-5,10” Default value : all pages password string Input document password Required for password-protected documents....Annotation Product Solution GroupDocs...convertAndDownload ( request ); Python # For complete examples and...

    docs.groupdocs.cloud/viewer/convert-and-download/
  10. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below....Annotation Product Solution GroupDocs...viewApi . createView ( request ); Python # For complete examples and...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...