Re: [iText-questions] BMP in PDFs

2008-01-07 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Antonios Papadakis-Pesaresi > Sent: Monday, January 07, 2008 1:52 PM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] BMP in PDFs > > Hell

[iText-questions] BMP in PDFs

2008-01-07 Thread Antonios Papadakis-Pesaresi
Hello, I am trying to add & retrieve a bmp image in the last page of a pdf file using iText. My code, so far, is the following: private void cmd_addImageToPDF() throws Exception { PdfReader reader = new PdfReader(pdfFileName.getName()); PdfStamper stamp = new PdfStamper(reader, new FileOutputS