English

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

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