Skip to content

Instantly share code, notes, and snippets.

@groupdocs-cloud-gists
groupdocs-cloud-gists / RemoveAnnotationsFromPDF_Python.md
Last active December 13, 2021 10:30
Remove Annotations from PDF using REST API in Python
@groupdocs-cloud-gists
groupdocs-cloud-gists / AcceptRejectChangesInWord_NodeJs.md
Last active December 17, 2021 13:07
Accept or Reject Tracked Changes in Word using a REST API in Node.js
@groupdocs-cloud-gists
groupdocs-cloud-gists / ExtractDataFromPDF_NodeJs.md
Last active December 22, 2021 10:07
Extract Data from PDF using a REST API in Node.js
@groupdocs-cloud-gists
groupdocs-cloud-gists / EditExcelSheets_Python.md
Last active December 23, 2021 11:09
Edit Excel Sheets using a REST API in Python.
@groupdocs-cloud-gists
groupdocs-cloud-gists / SignPDFwithStamp_NodeJs.md
Last active December 24, 2021 15:01
Sign PDF with Stamp using a REST API in Node.js

Learn how to sign PDF documents with stamp signatures using a REST API in Node.js.

@groupdocs-cloud-gists
groupdocs-cloud-gists / MergeDifferentFileTypes_Python.md
Last active December 30, 2021 10:50
Merge Documents of Different File Types using REST API in Python

Learn how to merge documents of different file types into PDF using a REST API in Python.

The following topics are covered in this article:

  1. File Merger REST API and Python SDK
  2. Merge Multiple File Types using REST API in Python
  3. How to Merge PDF and Excel into PDF
  4. How to Merge PDF and PowerPoint into PDF
  5. Combine Specific Pages of Different File Types in Python
@groupdocs-cloud-gists
groupdocs-cloud-gists / ConvertEmailsToPDF_PHP.md
Last active January 3, 2022 16:17
Convert Emails to PDF using REST API in PHP
@groupdocs-cloud-gists
groupdocs-cloud-gists / AnnotatePDF_PHP.md
Created January 8, 2022 06:36
Annotate PDF Documents using a REST API in PHP
@groupdocs-cloud-gists
groupdocs-cloud-gists / ViewZIPFiles_Python.md
Created January 8, 2022 06:44
View ZIP Files using a REST API in Python

Learn how to view a ZIP file using a REST API in Python:https://blog.groupdocs.cloud/2022/01/06/view-zip-files-using-rest-api-in-python/

The following topics shall be covered in this article:

ZIP File Viewer REST API and Python SDK View ZIP Files in HTML using REST API in Python View Specific Folder from ZIP Archives in HTML Render Content of ZIP Files in PDF Render ZIP Archives to JPG Get a List of Files and Folders from ZIP Archives

@groupdocs-cloud-gists
groupdocs-cloud-gists / Convert-Excel-to-CSV-Python-.md
Last active January 14, 2022 09:43
Convert Excel to CSV using REST API in Python.

Learn how to convert Excel files to CSV using a REST API in Python: https://blog.groupdocs.cloud/2022/01/12/convert-excel-to-csv-using-rest-api-in-python/

The following topics shall be covered in this article:

  1. Excel to CSV Conversion REST API and Python SDK
  2. Convert Excel to CSV using a REST API in Python
  3. Convert Excel to CSV and Download File Directly
  4. Excel to CSV Conversion without using Cloud Storage
  5. Convert CSV to Excel using a REST API in Python