English

Convert DOCX to PDF in Python

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

Convert LaTeX to TIFF in Java

As a Java developer, we can easily convert LaTeX source files (TeX or LTX) to TIFF images programmatically. In this article, you will learn how to convert LaTeX to TIFF in Java.
July 18, 2022 · 3 min · Muzammil Khan

Convert OBJ to DXF File in Java

OBJ files support polygonal geometry as well as free-form geometry like the curves and surfaces. In certain cases, you may need to convert an OBJ object file to a DXF file. In accordance with such use cases, this article covers how to convert OBJ to DXF file programmatically in Java.
July 16, 2022 · 2 min · Farhan Raza

Merge MS Word Documents using C# .NET

The merger of multiple MS Word documents could be needed in various scenarios. For example, reducing the number of documents, keeping similar kinds of content in a single file (i.e. invoices), and etc. Many online applications let you merge two or more MS Word documents, however, you may need to implement document merging features within your .NET applications. For such a case, in this article, you will learn how to merge MS Word documents in C#.
July 15, 2022 · 3 min · Usman Aziz

Convert WOFF to TTF in Java

As a Java developer, you can easily convert Web fonts (WOFF or WOFF2) to True Type Fonts (TTF) programmatically. In this article, you will learn how to convert WOFF or WOFF2 to TTF using Java.
July 15, 2022 · 3 min · Muzammil Khan

Export MS Project MPP to Images (PNG, JPEG, BMP, TIFF) in Java

Microsoft Project allows tracking, organizing and managing projects. MPP files contain tasks, assignments, and other project-related resources and information. You can convert the MPP file to images like PNG, JPEG, BMP, and TIFF and share it with others easily. This article describes how to convert MS Project MPP files to images programmatically using Java.
July 13, 2022 · 3 min · Muzammil Khan

Merge OneNote .one Notebook Files in Java

OneNote notebooks are helpful to gather thoughts, ideas, to-dos, etc. You can create different notes in many notebooks and sometimes you may need to append them to each other to collect some ideas. In accordance with such situations, this article covers how to merge OneNote files programmatically in Java.
July 11, 2022 · 2 min · Farhan Raza

Combine OneNote .one Notebook Files in Java

You can organize notes in the form of digital notebooks by creating OneNote files. You can also compose some ideas by merging the notebook files. In accordance with such use cases, this article covers how to combine OneNote files programmatically in Java.
July 11, 2022 · 2 min · Farhan Raza

Convert DOC to JSON in Java

In certain cases, you need to export the content of a Word DOC to JSON file programmatically. To achieve that, this article provides a simple guide on how to convert the text in a DOC document to JSON format from within your Java applications. You will also learn how to convert protected DOC documents to JSON programmatically. So let’s proceed to convert DOC to JSON in Java. Steps to Convert DOC to JSON in Java Java Library to Convert DOC to JSON - Free Download Convert DOC to JSON in Java Convert Protected DOC to JSON in Java How to Convert DOC to JSON in Java To convert a DOC document to JSON format, we need to perform the following steps:
July 7, 2022 · 3 min · Usman Aziz

Convert DOCX to JSON in Java

In certain cases, you need to export the content of a Word DOCX to JSON file programmatically. To achieve that, this article provides a simple guide on how to convert the text in a DOCX document to JSON format from within your Java applications. You will also learn how to convert protected DOCX documents to JSON programmatically. So let’s proceed to convert DOCX to JSON in Java. Steps to Convert DOCX to JSON in Java Java Library to Convert DOCX to JSON - Free Download Convert DOCX to JSON in Java Convert Protected DOCX to JSON in Java How to Convert DOCX to JSON in Java To convert a DOCX document to JSON format, we need to perform the following steps:
July 7, 2022 · 3 min · Usman Aziz