English

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.
· Muzammil Khan · 4 min

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 SDK Render Project Data using a REST API Document Viewer REST API and Python SDK For rendering MPP or MPT documents, I will be using the Python SDK of GroupDocs.
· Muzammil Khan · 3 min

Edit 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 editing Word documents or Excel sheets, I will be using the Python SDK of GroupDocs.
· Muzammil Khan · 3 min

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: Watermark REST API and .NET SDK Find and Replace Text Watermark using a REST API Find and Replace Watermark Image using a REST API Watermark REST API and .
· Muzammil Khan · 3 min

Merge 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: File Merger REST API and .
· Muzammil Khan · 3 min

Convert MSG and EML files to PDF in Python

Emails to PDF conversions are needed while referencing and sharing the email content. In this article, we will learn to convert email message files like MSG and EML into PDF using Python. This will help you to automate the conversion of email messages on the cloud within your application. The following are the topics covered in this article: Emails to PDF Conversion Library for Python Convert MSG to PDF using Python Convert EML to PDF in Python Python Conversion Library I will be using GroupDocs.
· Shoaib Khan · 3 min

Extract Images from PDF, Spreadsheets, Presentations & Word Documents using Python

If you are a Python developer and want to extract data from documents, this article will guide you to extract images from Word documents, spreadsheets, presentations, and PDF documents using simple Python examples. We will use the Python SDK of GroupDocs.Parser Cloud API. However, currently, it also provides, .NET, Java, PHP, Ruby, and Node.js SDKs as its document parsing family members. The API also supports text and metadata extraction along with extracting images from various kinds of documents like word processing documents, spreadsheets, presentations, emails, archives, markup, and PDF documents.
· Shoaib Khan · 4 min

Convert Excel Spreadsheets to PDF using Python

This article will guide you to convert Excel Spreadsheets (XLS, XLSX) to PDF format in Python. Excel spreadsheets are widely used to maintain invoices, ledgers, inventory, accounts, and other reports. On the other hand, PDF is also one of the most commonly used formats and famous for its portability. Conversion among these two formats is widely required by users and programmers as well. Python was developed in the 1990s and is now continuing to be one of the best and most popular languages, every developer should learn in 2020[1].
· Shoaib Khan · 3 min

Translate Word or Excel Documents with REST API

Today we are looking into the translation REST API that can translate Word and Excel documents into other languages. With GroupDocs.Translation Cloud, any document can be translated from English to Chinese, French, German, Italian, Russian, or Spanish and vice versa. So here are the language pairs in which the translation can be done. English to Chinese & Chinese to English English to French & French to English English to German & German to English English to Italian & Italian to English English to Russian & Russian to English English to Spanish & Spanish to English While translating, the API takes care of paragraphs, tables, headers.
· Shoaib Khan · 4 min

Add, Remove, Update, and Extract Metadata using Java and .NET

Yet another news for Cloud Developers! GroupDocs has launched the Document Metadata Manipulation Cloud API. This enriches the document metadata management solution of GroupDocs. The solution is already serving .NET and Java developers as On-Premise APIs for developers, and as Free Online Document Metadata Editor App for any kind of user to view and edit metadata of documents. Metadata Manipulation Cloud API GroupDocs.Metadata Cloud API along with SDKs that allow developers to manipulate (add, remove, update, extract, and view) metadata of more than 50 file formats.
· Shoaib Khan · 7 min