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 LaTeX to PDF in C# Programmatically

Aspose.TeX for .NET enables .NET programmers to convert LaTeX to PDF in C# programmatically. Let’s see how to implement this functionality.
April 13, 2021 · 3 min · Farhan Raza