Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
We are creating a project for employee management, in the project there is one task that is the export to pdf means we are exporting all detail of page into a pdf, in that task first we have created POJO, from that POJO we are translating information into the xml, & from that xml we are creating the pdf.
My problem is that in xml we are getting all the data but how to get diagram in detail & how to convert that diagram to the pdf using xsl:fo?
Posted
Updated 22-Dec-11 23:48pm
v2
Comments
Nagy Vilmos 23-Dec-11 5:49am    
Edited for spelling.
Don't use txtspk, it is very annoying.

1 solution

Java Tutorial on Printing[^]

PDF Renderer[^]

You don't need XML to accomplish this task.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900