Download | License | Links
Texcaller is a convenient interface to the TeX command line tools that handles all kinds of errors without much fuzz. It is written in plain C, is fairly portable, and has no external dependencies besides TeX.
- Texcaller Shell interface
- Texcaller C interface
latex, strlen(latex), "LaTeX", "PDF", 5);
- Texcaller C++ interface
- Texcaller PostgreSQL interface
select
from
documents
where
name = 'hello';
- Texcaller Python interface
pdf, info =
texcaller.convert(latex,
'LaTeX',
'PDF', 5)
- Texcaller Ruby interface
pdf, info = Texcaller.convert(latex, 'LaTeX', 'PDF', 5)
- Texcaller PHP interface