Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 1,075 for

sample code

(0.2 sec)
  1. Authorization | Documentation

    How to get an access token and use it to authorize GroupDocs.Translation Cloud API requests....repository for a working code and sample files: Python import g...repository for a working code and sample files: Java & Android //...

    docs.groupdocs.cloud/translation/authorization/
  2. Convert BMP to PDF using Rest API in Python

    Our BMP image to PDF converter API will keep the quality of the original file. This article is about how to convert BMP to PDF using Rest API in Python....with just a few lines of Python code. Modern document-processing...following the steps and available code examples. Once you have your...

    blog.groupdocs.cloud/conversion/convert-bmp-to-...
  3. Edit PowerPoint Presentations using Python | Ed...

    Programmatically edit PowerPoint presentations using a REST API on the cloud in Python with Document Editor Cloud SDK for Python....following the steps and available code examples. Once you have your...your ID and secret, add in the code as demonstrated below: Edit...

    blog.groupdocs.cloud/editor/edit-powerpoint-pre...
  4. Python convert PDF document to JPG, PNG, or GIF...

    Our PDF to image converter API lets you quickly convert PDF to image format. This article is about how to convert PDF to JPG, PNG, and GIF Images in Python...your ID and secret, add in the code as shown below: How to Convert...cloud using the following code sample: As a result, the uploaded...

    blog.groupdocs.cloud/conversion/convert-pdf-to-...
  5. Convert Excel Spreadsheets to PDF in Node.js | ...

    Programmatically Convert Excel Spreadsheets to PDF files using a REST API in Node.js. Node.js SDK allows converting XLS, XLSX files to PDF....following the steps and available code examples. Once you have your...your ID and secret, add in the code as shown below: Convert Excel...

    blog.groupdocs.cloud/conversion/convert-excel-s...
  6. Translating files with GroupDocs.Translation SD...

    How to use GroupDocs.Translation Cloud SDK for translating files....repository for a working code and sample files: Python import time...repository for a working code and sample files: Java & Android package...

    docs.groupdocs.cloud/translation/file/sdk/
  7. Annotate DOCX Files using a REST API in Python

    Programmatically Annotate DOCX Files using REST API on the cloud in Python with Document Annotation Cloud SDK for Python....available code examples. Add your ID and secret in the code as demonstrated...file to the Cloud using the code example given below: As a result...

    blog.groupdocs.cloud/annotation/annotate-docx-f...
  8. Extract Specific Pages from PDF using Python | ...

    Programmatically Extract Pages from PDF using a REST API on the cloud in Python. Use document merger REST API to split files using Python SDK....following the steps and available code examples. Once you have your...your ID and secret, add in the code as demonstrated below: Extract...

    blog.groupdocs.cloud/merger/extract-specific-pa...
  9. Merge Multiple Documents in Java

    Learn how to merge documents of different types in Java using GroupDocs.Merger Cloud SDK for Java. Streamline your document management with ease....and Client Secret , add below code snippet to a Java-based application:...files to the cloud using the code example given below: As a result...

    blog.groupdocs.cloud/merger/merge-documents-of-...
  10. Extract Pages | Documentation

    Extract Pages by Exact Page Numbers This REST API allows extracting pages from source documents by providing exact page numbers via Pages collection. The result is a new document that contains only specified pages from a source document. For protected documents, it is also required to provide a password. The following example demonstrates how to extract pages 2,4,7 from a source document into a new document. Resource URI HTTP POST ~/Pages/Extract Swagger UI lets you call this REST API directly from the browser...."FilePath": "/WordProcessing/sample-10-pages.docx"}, "Pages": [2..."FilePath": "/WordProcessing/sample-10-pages.docx"}, "Pages": [2...

    docs.groupdocs.cloud/merger/extract-pages/