Skip to content

Instantly share code, notes, and snippets.

@groupdocs-cloud-gists
groupdocs-cloud-gists / ComparePPTX_NodeJs.md
Created January 14, 2022 19:06
Compare Two or More PowerPoint Presentations using a REST API in Node.js.

Learn how to compare two or more PowerPoint presentations using a REST API in Node.js:https://blog.groupdocs.cloud/2022/01/14/compare-powerpoint-presentations-in-node-js/

The following topics shall be covered in this article:

  1. REST API and Node.js SDK to Compare PPTX Files
  2. Compare Two PowerPoint Presentations using a REST API in Node.js
  3. Compare Multiple PowerPoint Files using Node.js
  4. Get List of Changes using REST API in Node.js
@groupdocs-cloud-gists
groupdocs-cloud-gists / GenerateQRCode_PHP.md
Last active July 16, 2024 23:11
Generate QR Code to Sign PDF using REST API in PHP

Learn how to generate a QR code to sign PDF documents using REST API in PHP: Generate QR Code to Sign PDF using REST API in PHP

The following topics shall be covered in this article:

  1. QR Code Generator REST API and PHP SDK
  2. Generate QR Code to Sign PDF in PHP
  3. Generate Aztec QR Code to Sign PDF in PHP
  4. Create DataMatrix QR Code to Sign PDF in PHP
  5. Verify QR Code Signatures in PHP
@groupdocs-cloud-gists
groupdocs-cloud-gists / ExtractImagesFromPDF_NodeJs.md
Last active January 21, 2022 20:41
Extract Images from PDF Files using a REST API in Node.js
@groupdocs-cloud-gists
groupdocs-cloud-gists / EditDocuments_PHP.md
Last active January 27, 2022 15:22
Edit Documents using REST API in PHP
@groupdocs-cloud-gists
groupdocs-cloud-gists / RearrangePDF_Pages_NodeJs.md
Last active February 8, 2022 10:52
Rearrange PDF Pages using REST API in Node.js
@groupdocs-cloud-gists
groupdocs-cloud-gists / ViewWordDocumentInHTML_PHP.md
Last active February 8, 2022 10:51
Display Word Document in HTML Page using a REST API in PHP
@groupdocs-cloud-gists
groupdocs-cloud-gists / HighlightTextInPDF_NodeJs.md
Last active February 24, 2023 22:20
Highlight Text in PDF using REST API in Node.js
@groupdocs-cloud-gists
groupdocs-cloud-gists / ConvertExcelToPDF_PHP.md
Last active February 12, 2022 07:30
Convert Excel to PDF using a REST API in PHP

We can easily convert Excel Spreadsheets to PDF documents programmatically on the cloud. In this article, you will learn how to convert Excel Spreadsheets to PDF using a REST API in PHP: https://blog.groupdocs.cloud/2022/02/12/convert-excel-to-pdf-using-php/

The following topics are covered in this article:

  1. Excel to PDF Conversion REST API and PHP SDK
  2. Convert Excel to PDF using a REST API in PHP
  3. Convert Specific Excel Spreadsheets to PDF in PHP
  4. Excel to PDF Conversion with Watermark
  5. Convert Excel to PDF without using Cloud Storage
@groupdocs-cloud-gists
groupdocs-cloud-gists / CompareExcelFiles_Python.md
Created February 11, 2022 12:09
Compare Excel Files using REST API in Python

Learn how to compare Excel files using a REST API in Python:

The following topics shall be covered in this article:

  1. REST API and Python SDK to Compare Excel Files
  2. Compare Two Excel Files using a REST API in Python
  3. Compare Multiple Excel Files in Python
  4. Get List of Changes in Python
# API initialization: Create an instance of the conversion APIs
@fileApi = GroupDocsConversionCloud::FileApi.from_keys(@client_id, @client_secret)
# Advance file options
# Prepare and set the convert settings
settings = GroupDocsConversionCloud::ConvertSettings.new
settings.file_path = "four-pages.docx"
settings.format = "pdf"