PandaScript is a simple engine that reads commands from standard input and uses them to build a PDF document. This makes it much easier to generate a PDF document.
Installation:
./configure
make
make install
test contains some demo code, and have a look at the man pages for more details. To run the test:
./pandascript < test
which will give you a file named output.pdf
If you're really keen and want to regenerate the automatically generated code, then try:
./generate.sh *template
TODO:
· Error handling does not work properly
· Super / sub script support
· Don't require a single word to be in quotes
· Floats must have a leading number e.g 0.8 instead of just .8
· Multiline strings (handling of n)
Product's homepage