Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Convert to pdf

sarfrazMar 14 2013 — edited Mar 19 2013
Hi guys,
I am using Jdev11.1.1.4.0.In my application I have to convert my forms into pdf.For this I am using Itext-pdf 5.3.2. jar.I am pretty successful in doing so as my pdf is getting created.But the real problem is that in creating the pdf I have to manually enter the data in PDFCell..example-PdfPCell developmentDetailsTableCell1 = getCustomPdfPCell("Property Type"); and so on for n number of cells....Is there any better method for converting to pdf...like sending all the data in one output stream and then converting it into pdf...Any thoughts on this?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 16 2013
Added on Mar 14 2013
8 comments
428 views