Paulo Soares wrote:
I doubt that this is an iText problem. If you output to a BufferedImage using BufferedImage.createGraphics() what do you get?
Best Regards,
Paulo Soares
I put this additional in the printPDF method:
Graphics2D g2 = this.image.createGraphics();
this.print(g2);
ImageIO.write(this.image, "PNG", new File("/home/avelino/avelino.png"));
And in PNG file i get the panel without the text components (same content that the output PDF document). Do this means that it is a Java/AWT problem instead a iText problem? Thanks in advance.
Avelino Herrera.
------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
