up vote 1 down vote favorite
share [g+] share [fb]

Does anyone know of a solid non-encumbered suite of XSLT sheets that can generate PDF via an XSL transform?

I really like XSL transforms, I use them to make HTML output from dbms's.

Now I have some data in a DBMS that I like to generate PDF output from. I've not written a dbms to XML script yet for this data, so I have no commitment to any given set of XML tags.

Thanks in advance!

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Depends on your XML. If you have, e.g., Docbook, look at David Pawson's site, for HTML IBM has a nice example over at developerWorks. Both go the way of XML -> via XSLT -> XSL-FO -> via Apache FOP -> PDF.

Cheers,

link|improve this answer
Looks good, thanks! – Eric M Jul 17 '09 at 18:19
You're welcome. – Boldewyn Jul 17 '09 at 19:19
feedback

Your Answer

 
or
required, but never shown

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