Hi Kai! Take a look at fop. http://xmlgraphics.apache.org/fop/ - It takes a XSLT File and a XML File and creates a PDF. or a simpler solution, if you have already a letter paper, pdftk. Both are java programs and you have to call it in php via 'system'.
If anyone knows a PHP Only Solution i am also interested to know this solution. 2008/3/20, Kai Meder <[EMAIL PROTECTED]>: > > Hello, > > does anyone know a good solution to: > - create a fully designed PDF template (e.g. from MS Publisher) > - replace embedded placeholders in this PDF to bulk-create PDFs. > > It seems any PDF I create contains a binary data-stream and no raw-text > whatsoever. So whats the best way to create such Template-PDFs? > Is there any official Variable/Placeholder Syntax for PDFs? > > Thanks! > > Kai >
