> -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
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