Re: [iText-questions] Re ading Tables

2009-08-18 Thread PortfolioMan
Sorry, I think what you are asking for may not really be possible in the general case. You would need to approach the pdf file you wish to read data from on a case basis by doing some parsing. -- View this message in context: http://www.nabble.com/Reading-Tables-tp25032138p25033109.html Sent fro

Re: [iText-questions] Pdf file not being created?

2009-08-18 Thread PortfolioMan
I went over your example. I am not an expert but it looked ok. Try just using the stamper to copy the original pdf to a stamped one to see if it is file permissions or something no itext related. -- View this message in context: http://www.nabble.com/Pdf-file-not-being-created--tp25013995p25024

Re: [iText-questions] Urgent : How to retrieve Footer value

2009-08-18 Thread PortfolioMan
sorry. The headers and footers are often just overlays etc and the only option you may have would be to parse the content. This would require knowing in advance some portion of what you are looking for. -- View this message in context: http://www.nabble.com/Urgent-%3A-How-to-retrieve-Footer-va

[iText-questions] Pdf Template adding multiple images

2009-07-17 Thread PortfolioMan
I am attempting to add multiple images to a PdfTemplate. The images are from JFreeCharts. I was following the scenario ... PdfContentByte cb = m_writer.getDirectContent(); ... JFreeChart chart1 = ... JFreeChart chart2 = ... PdfTemplate tp = cb.createTe

[iText-questions] Many thanks for Itext

2009-06-11 Thread PortfolioMan
Just a quick note to Bruno. Many thanks for the creation of this useful tool. -- View this message in context: http://www.nabble.com/Many-thanks-for-Itext-tp23984938p23984938.html Sent from the iText - General mailing list archive at Nabble.com.