English

Convert HTML to PDF using REST API in Python

As a Python developer, you can easily convert HTML files to PDF documents programmatically. In this article, you will learn how to convert HTML to PDF documents using a REST API in Python.
· Muzammil Khan · 5 min

Convert Emails and Outlook Messages to PDF using Node.js

As a Node.js developer, you can convert Emails from EML files and Outlook messages from MSG files to PDF documents programmatically. In this article, you will learn how to convert EML and MSG files to PDF documents using a REST API in Node.js.
· Muzammil Khan · 5 min

Convert PDF to Editable Word Document using Node.js

As a Node.js developer, you can easily convert any PDF document to Word document (DOC or DOCX) programmatically on the cloud. In this article, you will learn how to convert PDF to an editable Word document using a REST API in Node.js.
· Muzammil Khan · 5 min

Convert Excel Spreadsheets to PDF using Node.js

Excel spreadsheets are widely used to maintain invoices, ledgers, inventory, accounts, and other reports. Excel to PDF conversion allows sharing Excel data with others in a portable form. As a Node.js developer, you can easily convert your Excel Spreadsheets to PDF documents programmatically on the cloud. In this article, you will learn how to convert Excel Spreadsheets to PDF using Node.js. The following topics shall be covered in this article:
· Muzammil Khan · 5 min

Convert Images to PDF using a REST API in Node.js

As a Node.js developer, you can easily convert your JPG or PNG images into PDF files in your Node.js applications. This article will be focusing on how to convert JPG to PDF using a REST API in Node.js.
· Muzammil Khan · 5 min

Convert PDF to PowerPoint PPTX using Python

Convert PDF file to PowerPoint presentation slides programmatically on the cloud. This article will be focusing on how to convert PDF to PPT or PPTX using a REST API in Python.
· Muzammil Khan · 4 min

Convert MPP to PDF using Python

Convert Microsoft Project data from MPP to PDF file programmatically on the cloud. This article will be focusing on how to convert Microsoft Project MPP to PDF using a REST API in Python.
· Muzammil Khan · 4 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

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

Convert PDF to Editable Word Document with Python SDK

As a Python developer, you can have a requirement from your users to provide PDF to Word document conversion feature in your application. Because it is very difficult to edit PDF documents without Adobe Acrobat. And users have the requirement to edit text, table, images, and other contents in the PDF document. A solution for the requirement is to convert the PDF document to an editable Word document. But, you know that it’s not that simple programmatically.
· Tilal Ahmad · 2 min