vote up 0 vote down star

Hi,

I was wondering if it is possible to programaticaly create a PDF file with an acceptable quality for the production press, ideally using only open-source libraries.

Right now the process is like this: -create texts and images -merge them into a postscript file -use Acrobat Distiller to convert it to PDF (Acrobat distiller helps you check all the parameters of the PDF) -send the PDF to the press

What I want is something like: -take all texts and pictures in this folder -encode them into the press-ready PDF, something similar to what Distiller produces -send them to the press

How would you do that? Many thanks...

flag

1 Answer

vote up 0 vote down

You can generate pdfs using f.e. TeXML and XeLaTeX (first one to make scripting easier -- TeX has lots of quirks in syntax).

I also tried OpenJade and its DocBook support, but the quality was lower. TeX seems to do typesetting much better.

Both ways are using standalone programs... which you can use in shell scripts or call using system facilities.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.