Search
Follow Us
Categories
- News Release(0)
Author Archives: Muzammil Khan
Annotate Word Files using Python
This article will be focusing on how to annotate DOCX files using a REST API in Python. Annotations usually are metadata in the form of comments, notes, explanations, or other types of external remarks in the document providing additional information about an existing piece of data.
Render Project Data to PDF using Python
Microsoft Project data can easily be rendered to PDF without installing any external application. As a Python developer, you can render MPP or MPT files in PDF programmatically on the cloud. This article will be focusing on how to render Project data from MPP to PDF using a REST API.
The following topics shall be covered in this article:
Document Viewer REST API and Python
… Continue ReadingEdit Word or Excel Documents using REST API
As a Python developer, you may need to edit Word or Excel documents programmatically. You can update such documents without installing any external application. This article will be focusing on how to edit Word or Excel documents using a REST API.
The following topics shall be covered in this article:
- Document Editor REST API and Python SDK
- Edit Word Document using a REST API
- Edit Excel Sheet using a REST API
Document Editor REST API and Python SDK

For … Continue Reading
Find and Replace Watermark using REST API
A watermark is a superimposed image or text used to display in documents for various purposes. Sometimes, you may need to replace or edit the inserted watermark with a new text or image. This article will be focusing on how to find and replace watermark text or images using a REST API.
The following topics shall be covered in this article:
… Continue ReadingMerge Multiple PDF Files using a REST API
As a C# developer, you may need to combine two or more PDF files into a single PDF. In such cases, if you don’t want to print various PDF files like reports, receipts, etc. one by one then combine them into one document and print. In this article, I am covering how to merge PDF files using a REST API.

The following topics shall be covered in this article:
… Continue Reading