English

Convert PDF to Word Format in Python

PDF is a commonly used file format for sharing and printing documents. However, in certain cases, PDF files are converted to Word DOCX or DOC format to parse the text or make the document editable. For such scenarios, this article covers how to convert a PDF file to a Word document using Python. Moreover, you will learn how to specify different load options to control the loading of PDF files dynamically.
October 29, 2021 · 4 min · Usman Aziz

Create MS Word Documents using Python

In this article, we will cover how to generate Word documents in Python without MS Office. Moreover, you will learn how to create a DOCX or DOC file and add text or other elements into it dynamically using Python.
October 28, 2021 · 6 min · Usman Aziz

Add Header and Footer in PowerPoint Presentations using C++

You can use header and footer sections in PowerPoint slides to display additional information such as slide number, date, author, etc. You can also manipulate these sections programmatically within your C++ applications. To that end, this article will teach you how to add header and footer in PowerPoint presentations using C++.
October 27, 2021 · 3 min · Muhammad Ahmad

Convert Word DOCX or DOC to PDF in Python

Word to PDF is one of the most popular and immensely performed document conversions. The DOCX or DOC files are converted to PDF format before they are printed or shared. In this article, we will automate Word to PDF conversion in Python. The steps and code samples will demonstrate how to convert Word DOCX or DOC to PDF within a few lines of Python code. Also, you will learn about different options to customize Word to PDF conversion.
October 27, 2021 · 4 min · Usman Aziz

Find and Replace Text in PowerPoint PPT using C++

Finding and replacing text is a common task that you may need to do often. In the case of multiple files, doing this programmatically will prove to be more efficient. To that end, this article will teach you how to find and replace text in PowerPoint files using C++.
October 26, 2021 · 2 min · Muhammad Ahmad

Crop or Rotate PSD Image in Java

PSD image files are used to design pictures for logos, banners, brochures, and many other purposes. In certain scenarios, you may need to crop or rotate a PSD file within your Java applications. This article covers how to crop or rotate a PSD file programmatically using Java.
October 26, 2021 · 3 min · Farhan Raza

Convert Excel Files to PDF on Linux using Java

In various cases, you need to convert the Excel spreadsheets to PDF format, for example, to print or share the worksheets. In this article, you’ll learn how to convert Excel files to PDF format on the Linux platform using Java. Furthermore, you’ll come to know about different options to customize the Excel to PDF conversion.
October 25, 2021 · 3 min · Usman Aziz

Create and Manipulate Tables in PowerPoint using C++

Microsoft PowerPoint provides the ability to insert tables in PowerPoint presentations. Tables allow you to arrange data in the form of rows and columns. Furthermore, they organize the data and make it easy to view and analyze it. To that end, this article will teach you how to create and manipulate tables in PowerPoint presentations using C++.
October 22, 2021 · 4 min · Muhammad Ahmad

Convert VSD/VSDX Visio Diagram File to PDF using Java

VSD or VSDX Visio files are commonly used to design processes, workflows, flow charts, etc. However, these file types are supported by a limited number of applications. In certain situations, you may need to convert a VSDX or VSD Visio file to a PDF document. This article covers how to convert a VSD/VSDX Diagram file to a PDF document using Java.
October 22, 2021 · 3 min · Farhan Raza

Read or Edit Document Properties in PowerPoint Files in C++

Let’s learn how to read/edit document properties in PowerPoint files in C++. Now, you can automate this process programmatically using Aspose.Slides for C++.
October 21, 2021 · 4 min · Muhammad Ahmad