Skip to content

Instantly share code, notes, and snippets.

@groupdocs-cloud-gists
groupdocs-cloud-gists / AnnotatePDF_NodeJs
Created August 20, 2021 04:53
Annotate PDF Documents using a REST API in Node.js
As a Node.js developer, you can easily annotate any of your PDF documents programmatically on the cloud. You can add images, comments, notes, or other types of external remarks to the document as annotations. Here, you will learn how to annotate PDF documents using a REST API in Node.js.
You can add annotations to your PDF Documents by following the simple steps given below:
1. Upload the PDF file to the Cloud
2. Annotate PDF Documents using Node.js
3. Download the annotated file
@groupdocs-cloud-gists
groupdocs-cloud-gists / ConvertExcelToPDF_NodeJs.md
Last active November 15, 2021 08:03
Convert Excel Spreadsheets to PDF using a REST API in Node.js

Learn how to convert Excel Spreadsheets to PDF using a REST API in Node.js: https://blog.groupdocs.cloud/2021/08/28/convert-excel-sheets-to-pdf-in-node-js/

The following topics are included here:

  1. Cloud Configurations
  2. Upload XLSX File to the Cloud
  3. Convert Excel to PDF using a REST API in Node.js
  4. Excel to PDF Conversion with Advanced Options
  5. Convert Excel to PDF without using Cloud Storage
  6. Convert Excel to PDF and Add Watermark
  7. Dowload Converted PDF File
@groupdocs-cloud-gists
groupdocs-cloud-gists / ConvertPDFtoWord_NodeJs.md
Last active June 1, 2024 07:05
Convert PDF to Editable Word Document using a REST API in Node.js

Learn how to convert PDF to an editable Word document using a REST API in Node.js: https://blog.groupdocs.cloud/2021/09/08/convert-pdf-to-editable-word-document-using-node-js/

The following topics are covered here:

  1. Cloud API Configurations
  2. Upload PDF File to the cloud
  3. Convert PDF to Editable Word using a REST API in Node.js
  4. Convert Specific Pages of PDF to DOCX in Node.js
  5. Convert Range of Pages from PDF to DOCX in Node.js
  6. PDF to Word Conversion with Advanced Options
  7. Convert PDF to Word without using Cloud Storage
@groupdocs-cloud-gists
groupdocs-cloud-gists / ConvertEmlMsgToPDF_NodeJs.md
Last active November 15, 2021 08:00
Convert Email and Outlook Messages to PDF using Node.js
@groupdocs-cloud-gists
groupdocs-cloud-gists / MergePDFs_Python.md
Last active November 15, 2021 07:59
Merge PDF Files using a REST API in Python
@groupdocs-cloud-gists
groupdocs-cloud-gists / ConvertHTMLtoPDF_Python.md
Last active November 15, 2021 07:58
Convert HTML to PDF using a REST API in Python

Learn how to convert HTML to PDF documents using a REST API in Python: https://blog.groupdocs.cloud/2021/09/24/convert-html-to-pdf-using-rest-api-in-python/

The following topics are covered in this article:

  1. Configure REST API
  2. Upload HTML File
  3. Convert HTML to PDF using REST API in Python
  4. Convert HTML to PDF and Add Watermark
  5. Download the Converted PDF File
  6. HTML to PDF Conversion without using Cloud Storage
  7. Convert HTML to PDF and Download Directly
@groupdocs-cloud-gists
groupdocs-cloud-gists / ConvertDOCXtoPDF_NodeJs.md
Last active November 15, 2021 07:57
Convert Word Documents to PDF using a REST API in Node.js

Learn how to convert Word documents to PDF using a REST API in Node.js: https://blog.groupdocs.cloud/2021/10/04/convert-word-documents-to-pdf-using-node-js/

The following topics are covered here:

  1. Convert Word Documents to PDF using a REST API in Node.js
  2. Word to PDF Conversion with Advanced Options
  3. Convert Word to PDF with Watermark using Node.js
  4. DOCX to PDF Conversion without using Cloud Storage
  5. Convert Range of Pages from DOCX to PDF in Node.js
  6. Convert Specific Pages of DOCX to PDF using Node.js
@groupdocs-cloud-gists
groupdocs-cloud-gists / RenderWordToHTML_CSharp.md
Last active November 15, 2021 07:56
Render Word Documents to HTML using a REST API in C#
@groupdocs-cloud-gists
groupdocs-cloud-gists / MergeExcelFiles_Python.md
Last active November 15, 2021 07:52
Merge Multiple Excel Files into One using REST API in Python
@groupdocs-cloud-gists
groupdocs-cloud-gists / ExtractTextFromPDF_NodeJs.md
Last active November 15, 2021 07:50
Extract Text from PDF using REST API in Node.js