English

Convert LaTeX to XPS Document in Java

LaTeX is designed to provide descriptive markup language and is widely used in academia. It is popular for creating scientific or research documents. In some scenarios, you might need to convert LaTeX to XPS document in your applications. In accordance with such use cases, this article explains how to convert a TeX file to an XPS document programmatically in Java.
October 7, 2022 · 2 min · Farhan Raza

Generate PDF from LaTeX in Java

As a Java developer, you can easily create a PDF document from the LaTeX source file programmatically. In this article, you will learn how to create PDF from LaTeX in Java.
April 7, 2022 · 4 min · Muzammil Khan

Create Custom TeX (LaTeX) Format and Typeset to PDF, XPS in Java

Many books and journals related to Computer Science, Mathematics, and Engineering are published using TeX. You can create a custom TeX (LaTeX) format and typeset it to different formats like XPS, PDF, or image. Custom TeX is helpful when you need to design many documents in a uniform way.
April 21, 2021 · 3 min · Farhan Raza

Convert TeX (LaTeX) to PDF or XPS File Programmatically using C#

A TeX file may contain text, symbols, or arithmetic expressions. These are used for typesetting the documents and you can typeset TeX input to PDF, XPS, and several other supported formats. In this article, you will be learning how to convert TeX to PDF or XPS files programmatically using C#.
April 13, 2021 · 3 min · Farhan Raza