Skip to content

jsrn/TexBin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

TexBin

A web front end for pdflatex. Can be accessed either via the web interface, or by posting directly to texbin.php.

Via both the web interface and by direct post to the end point, one can declare a list of variables to be replaced in the final pdf. This is particularly useful in the latter case, as one can quickly generate multiple PDFs from the same template, using different data (addresses, etc).

Replacement pairs should be supplied to the endpoint in the post variable 'repl' in the json format:

[ {"key":"A","val":"b"}, {"key":"B","val":"d"} ]

About

A web front end for pdflatex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors