Skip to content
Tsacek edited this page May 11, 2014 · 2 revisions

Generating PDF from TeX source was created by Jan Polišenský.

Languages used:

  • Java

Approach description:

  • Create process that run LaTeX on TeX source file to build intermediate DVI file
  • Create process that run dvipdfm on intermediate DVI file to build final PDF file
  • Clean up

Conditions:

  • LaTeX must be present on host machine
  • LaTeX path must be passed to builder class

Clone this wiki locally