Skip to content

Instantly share code, notes, and snippets.

@groupdocs-cloud-gists
groupdocs-cloud-gists / ManipulateMetadataImages_CSharp
Last active April 20, 2021 06:59
Add, Edit, Extract and Remove Metadata from Images programmatically using a REST API in C#.
Add, Edit, Extract and Remove Metadata from Images
1. Programmatically upload a JPEG image file on the cloud
2. Add Metadata to JPEG Image programmatically on the cloud using a REST API in C#.
3. Extract Metadata of JPEG Image programmatically on the cloud using a REST API in C#.
4. Edit Metadata of JPEG Image programmatically on the cloud using a REST API in C#.
5. Remove Metadata of JPEG Image programmatically on the cloud using a REST API in C#.
@groupdocs-cloud-gists
groupdocs-cloud-gists / ParseByTemplate_Python
Last active April 26, 2021 06:11
Parse Documents by Template and Extract Data using a REST API in Python.
Parse Documents by Template and Extract Data
1. Programmatically upload a PDF file on the cloud
2. Parse Documents by Template Object using a REST API in Python
3. Parse Documents by Template File using a REST API in Python
@groupdocs-cloud-gists
groupdocs-cloud-gists / AddWatermarkToImage_Java
Last active April 30, 2021 17:07
Add Watermark to Images using a REST API in Java
Add Watermark to an Image
1. Programmatically upload a JPG file on the cloud
2. Add Text Watermark to Image using a REST API in Python
3. Download Watermarked image from Cloud
@groupdocs-cloud-gists
groupdocs-cloud-gists / EditPowerPoint_Python
Last active May 7, 2021 17:35
Edit PowerPoint Presentation using a REST API in Python
Edit PowerPoint Presentation
1. Programmatically upload a PPTX file on the cloud
2. Edit PowerPoint Presentation using a REST API in Python
3. Download updated PPTX from Cloud
@groupdocs-cloud-gists
groupdocs-cloud-gists / ExtractSpecificPages_Python
Created May 18, 2021 07:26
Extract Specific Pages from PDF documents using a REST API in Python
Extract Specific Pages
1. Programmatically upload a PDF file on the cloud
2. Extract Specific Pages by Page Numbers using a REST API in Python
3. Extract Specific Pages by Page Range using a REST API in Python
4. Download extracted PDF Pages from Cloud
@groupdocs-cloud-gists
groupdocs-cloud-gists / ClassifyDocumentsText_CSharp
Last active May 25, 2021 11:50
Classify Documents and Raw Text using a REST API in C#
Classify Documents and Raw Text
1. Programmatically upload a DOCX file on the cloud
2. Classify Word Documents using a REST API in C#
3. Classify Word Documents with Taxonomy information using a REST API in C#
4. Classify Raw Text using a REST API in C#
@groupdocs-cloud-gists
groupdocs-cloud-gists / RenderOSTToHTML_Python
Last active June 3, 2021 04:15
Render Outlook Data Files To HTML using a REST API in Python
Render Outlook Data Files To HTML
1. Programmatically upload an OST file on the cloud
2. Render Outlook Data Files To HTML using a REST API in Python
3. Download Rendered HTML
@groupdocs-cloud-gists
groupdocs-cloud-gists / AnnotatePDF_Python
Last active June 16, 2021 05:34
Annotate PDF documents using a REST API on the cloud in Python
Annotate PDF documents using Python
1. Programmatically upload PDF file on the cloud
2. Add Annotations to the uploaded PDF File programmatically using Python
3. Download the annotated file from the cloud
@groupdocs-cloud-gists
groupdocs-cloud-gists / ConvertJPGtoPDF_NodeJs
Last active June 22, 2021 08:02
Convert Images to PDF using a REST API on the cloud in Node.js
Convert JPG Images to PDF documents using Node.js
1. Programmatically upload JPG image on the cloud
2. Convert uploaded JPG to PDF programmatically using Node.js
3. Download the converted PDF file from the cloud
4. JPG to PDF Conversion with Advanced Options
5. Convert JPG to PDF without using Cloud Storage
6. Convert JPG to PDF and Add Watermark
@groupdocs-cloud-gists
groupdocs-cloud-gists / ComparePDF_NodeJs
Created June 25, 2021 07:19
Compare PDF Files using REST API in Node.js
Compare PDF Files using REST API in Node.js
1. Document Comparison REST API and Node.js SDK
2. Compare PDF Files using a REST API in Node.js
2.1 Upload PDF files to the Cloud
2.2 Compare PDF Files using Node.js
2.3 Download the resultant file
3. Compare Multiple PDF Files using Node.js
4. Get List of Changes using Node.js
5. Compare and Save with Password and Metadata using Node.js