vote up 6 vote down star
2

At the moment, I'm creating an XML file in Java and displaying it in a JSP page by transforming it with XSL/XSLT. Now I need to take that XML file and display the same information in a PDF. Is there a way I can do this by using some kind of XSL file?

I've seen the iText Java-PDF library, but I can't find any way to use it with XML and a stylesheet.

Any assistance would be much appreciated. Thanks in advance!

flag

8 Answers

vote up 9 vote down check

You can use XSL Formatting objects. Here are some good articles on how to do it.

link|flag
vote up 1 vote down

You might want to look at the XSL-FO libraries that are out there that can do PDF creation as a transformation. I'll try to find a link.

link|flag
vote up 1 vote down

BIRT.

birt home

Has a create GUI for eclipse that lets you define the PDF from xml, db, csv, etc etc.

link|flag
vote up 3 vote down

You can also check apache project here

link|flag
vote up 0 vote down

Use JasperReports. You can either pull the data from Database or XML. You can export to many formats : pdf, excel, html, etc...

link|flag
vote up 1 vote down

Try the xhtmlrenderer project. See the article "Generating PDFs for Fun and Profit with Flying Saucer and iText".

link|flag
vote up 0 vote down

Apply xsl to your xml and transform it to html. Then you pass this html to Corda Server. This will give you the required pdf.

link|flag
vote up 0 vote down

Coming in late, you can create a static PDF with Adobe's designer with editable fields, then create a matching XDP XML document.

link|flag

Your Answer

Get an OpenID
or

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