vote up 1 vote down star

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!

flag

50% accept rate

1 Answer

vote up 1 vote down check

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|flag
Looks good, thanks! – Eric M Jul 17 at 18:19
You're welcome. – Boldewyn Jul 17 at 19:19

Your Answer

Get an OpenID
or

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