Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 1,662 for

signature python

(0.08 sec)
  1. Working with Folder API | Documentation

    Get the File Listing of a Specific Folder This API allows you to get a list of all files of a specific folder from the specified Cloud Storage. If you do not pass storage name API will find folder in GroupDocs Cloud Storage. API Explorer GroupDocs.Comparison Cloud API Reference lets you to try out List Files in a Folder API right away in your browser. It allows you to effortlessly interact and try out every single operation that our APIs exposes....Signature Product Solution GroupDocs...Comparison_Node_Get_Files_List ; Python # Import modules import gr...

    docs.groupdocs.cloud/comparison/working-with-fo...
  2. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows to detect changes between source and target files and obtain changes coordinates at files preview images. The following code sample shows how to get changes coordinates. 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....Signature Product Solution GroupDocs...log ( error . message ); } Python # For complete examples and...

    docs.groupdocs.cloud/comparison/get-changes-coo...
  3. Paraphrase text with GroupDocs.Rewriter SDK | D...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrasing texts....Signature Product Solution GroupDocs...working code and sample files: Python import time import groupdocs_rewriter_cloud...

    docs.groupdocs.cloud/rewriter/text/sdk/paraphrase/
  4. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....Signature Product Solution GroupDocs...working code and sample files: Python import groupdocs_translation_cloud...

    docs.groupdocs.cloud/translation/authorization/
  5. 5. Convert to Presentation Document Formats | D...

    GroupDocs.Conversion Cloud REST API allows to convert the supported document formats to Presentation Document Formats and returns the output document storage URL and also support to get result as a stream. Convert to Presentation Formats You can convert the supported document formats to Presentation Document Formats and get the Storage URL Output**.** Resource The following GroupDocs.Conversion Cloud REST API resource has been used in the convert to Slides format example....Signature Product Solution GroupDocs...Conversion_Node_Convert_To_Slides ; Python # Import modules import gr...

    docs.groupdocs.cloud/conversion/convert-to-pres...
  6. How to self-host GroupDocs.Annotation Cloud wit...

    Docker is an open platform that effectively solves three main tasks development, deployment, and running the applications. With Docker, you can isolate your applications from the infrastructure that simplifies software development and delivery. The main building blocs are images and containers. The image includes everything you need to run the application: code or binaries, runtime dependencies, file system. The container is an isolated process with additional features that you can interact with....Signature Product Solution GroupDocs.... getSupportedFileForm (); Python # For complete examples and...

    docs.groupdocs.cloud/annotation/self-host-with-...
  7. 3. Convert to Word Processing Document Formats ...

    GroupDocs.Conversion Cloud REST API allows us to convert the supported document formats to Word Processing Document Formats and returns the output document storage URL and also support to get the result as a stream. Convert to Words Formats You can convert the supported document formats to Word Processing Document Formats and get the output as a storage URL Resource HTTP POST ~/conversion Swagger UI lets you call this REST API directly from the browser....Signature Product Solution GroupDocs...Conversion_Node_Convert_To_Words ; Python # Import modules import gr...

    docs.groupdocs.cloud/conversion/convert-to-word...
  8. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....Signature Product Solution GroupDocs... JoinRequest ( options )); Python # For complete examples and...

    docs.groupdocs.cloud/merger/join-document-pages/
  9. Compare documents | Documentation

    Changes detection algorithms used by GroupDocs.Comparison Cloud allows to detect changes in different document parts and blocks: Text blocks - paragraphs, words and characters; Tables; Images; Shapes etc. For better visual separation of detected changes added, modified or deleted document parts are highlighted with different colors: Added – blue Modified – green Style – green Deleted – red Changes styling coloring scheme can be customized if needed, changed text blocks can be marked with different formatting - italic, bold, underlined, strikethrough etc....Signature Product Solution GroupDocs...log ( error . message ); } Python # For complete examples and...

    docs.groupdocs.cloud/comparison/compare-documents/
  10. Rendering pages to the same size as the size of...

    This option is supported when rendering to JPG and PNG only. When viewing PDF documents in JPG and PNG formats by default GroupDocs.Viewer Cloud calculates output image size for better viewing quality. In case you want to make output JPG and PNG images to be the same size in pixels as the size of pages in a source PDF document GropDocs.Viewer Cloud provides a new option called RenderOriginalPageSize of the PdfOptions class....Signature Product Solution GroupDocs...viewApi . createView ( request ); Python # For complete examples and...

    docs.groupdocs.cloud/viewer/rendering-pages-to-...