This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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#. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |