Hi all, Can anybody tell me how to print java graphics in PDF or DOC format instead of printing on Printer Thanks in Advance Rajesh
Paul Bailey
Ranch Hand
Joined: Oct 20, 2000
Posts: 91
posted
0
Did you find an answer to this?
Michael Szul
Ranch Hand
Joined: Sep 18, 2001
Posts: 57
posted
0
The Java CookBook from O'Reilly has an example of producing the output as a servlet in a .pdf file with a basic add-on class, but doesn't use images. Basically you're going to need to use a third party API (unless you make it yourself). The book does mention a few third party API's that do include image support, but I don't have it in front of me right now, so there names escape me.