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 · 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 · 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 · 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 · 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 · 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 · 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 · Farhan Raza

Convert DOC to JSON in Java

July 7, 2022 · Usman Aziz

Convert DOCX to JSON in Java

July 7, 2022 · Usman Aziz

Convert SVG to OBJ in C#

From SVG files, we may programmatically export 2D or 3D documents to OBJ files. CAD software produce and support SVG files. Drawings may now be shared in a portable format thanks to this conversion. This post will demonstrate using C# how to convert an SVG file to an OBJ file.
July 7, 2022 · Denis Demenko