Convert to pdf
sarfrazMar 14 2013 — edited Mar 19 2013Hi 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?