- Sep 19, 2000
- 10,286
- 145
- 106
So, I want to be able to output pretty reports that are printable without screwing up page-breaks ect. PDFs seem to be the most widely supported printer/friendly output format, the problem is, how do you create a PDF from code?
I'm cheap, and would prefer a free solution. The most promising that I've looked at have been XeTeX and pdftex. However, I can't find any sort of documentation for interfacing with them programatically (I would prefer linking to them rather then executing external programs.)
Any help, or alternate solutions would be welcomed. I would prefer not having to read over the XeTeX source just to learn how to use it
.
BTW, I particularly like the Tex->PDF route, because Tex is pretty easy to modify from a programming standpoint, so it is easy to insert needed variables/duplicate sections ect.
If worst comes to worst, I'm reading the adobe supplement iso standard for PDFs
.
I'm cheap, and would prefer a free solution. The most promising that I've looked at have been XeTeX and pdftex. However, I can't find any sort of documentation for interfacing with them programatically (I would prefer linking to them rather then executing external programs.)
Any help, or alternate solutions would be welcomed. I would prefer not having to read over the XeTeX source just to learn how to use it
BTW, I particularly like the Tex->PDF route, because Tex is pretty easy to modify from a programming standpoint, so it is easy to insert needed variables/duplicate sections ect.
If worst comes to worst, I'm reading the adobe supplement iso standard for PDFs
Last edited: