Convert Word DOCX or DOC to PDF in Python

Word to PDF is a high‑demand conversion. DOCX and DOC files are often turned into PDFs for printing or sharing. This guide automates Word to PDF conversion in Python with concise code samples. Learn how to convert Word DOCX or DOC to PDF in just a few lines and explore options to customize the conversion.
October 27, 2021 · 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 · 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 · 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 · 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 · 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 · 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 · Muhammad Ahmad

Convert CSV to Excel or Excel to CSV on Linux using .NET

CSV files are widely used to store the data in the form of comma-separated values. However, in certain cases, you need to export data from CSV files to Excel spreadsheets or vice versa. For such cases, this article covers how to export data from CSV to Excel and Excel to CSV on Linux.
October 21, 2021 · Usman Aziz

Create or Edit Excel Files on Linux using .NET

The emergence of automated solutions these days has made spreadsheet automation popular in various industries. The spreadsheet documents are created and manipulated programmatically from within the web or desktop solutions. Accordingly, this article covers how to create Excel XLSX and XLS files on the Linux platform using .NET.
October 20, 2021 · Usman Aziz

Print OneNote .one NoteBook File using C#

Digital notes are often used to store information like text, pictures, drawings, etc. In some scenarios, you might want to print your notes in a OneNote Notebook. This article covers how to print the OneNote notes (.one) using the C# language in .NET applications.
October 20, 2021 · Farhan Raza