Re: [iText-questions] RE: stamped.java example /Merging PDF files

2004-01-19 Thread Ana Martín
Hi. I just begin to use PdfStamper. I'm not sure if it's possible to merge 2 PDFs. What I want is append a PDF to another PDF. I found that when I stamp a page from a PDF to another, it doesn't create a new page. Imagine a page from PDF1 ends in the middle of the page, and we want to append a pag

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-13 Thread Gao, Ping
Title: RE: stamped.java example /Merging PDF files Thanks a lot, Paulo! I will do that! -Original Message-From: Paulo Soares [mailto:[EMAIL PROTECTED]Sent: Monday, January 12, 2004 10:09 AMTo: Gao, Ping; tom smith; [EMAIL PROTECTED]Subject: RE: stamped.java example /Mergi

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-13 Thread Gao, Ping
Title: RE: stamped.java example /Merging PDF files Does anyone know how to locate the specific locations of PDF forms (Note: the pdf form looks like a form, but it doesn’t have form fields when I was using PdfReader.getAcroFields().getFields() and only returns an empty HashMap). Are there

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-12 Thread Paulo Soares
Title: RE: stamped.java example /Merging PDF files There no automated ways to find the boxes. You need to open the pdf in full Acrobat and add the form fields on top of the boxes. Best Regards, Paulo Soares -Original Message- From:   Gao, Ping [SMTP:[EMAIL PROTECTED] Sent:   Mond

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-10 Thread Gao, Ping
Title: RE: stamped.java example /Merging PDF files I'm experimenting the example encrypted.java (as following), and changed the permission to "AllowModifyContents", and after I generated the encrypted.pdf file, the content can't be modified. Did I misunderstand something? Please help me on

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-09 Thread Paulo Soares
Title: RE: stamped.java example /Merging PDF files Use PdfReader.getAcroFields() or PdfStamper.getAcroFields(). The positions are in the merged ArrayList in the dictionary key /Rect key. As this is a common request I'll include a method to facilitate the retrieval of the positions and the pag

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-09 Thread Paulo Soares
Title: RE: stamped.java example /Merging PDF files -Original Message- From:   Gao, Ping [SMTP:[EMAIL PROTECTED] Sent:   Thursday, January 08, 2004 23:56 To: Paulo Soares; tom smith; [EMAIL PROTECTED] Subject:    RE: stamped.java example /Merging PDF files Hello everyone

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-09 Thread Gao, Ping
Title: RE: stamped.java example /Merging PDF files Hello everyone,   I'm learning the iText, and played with the examples and very happy with what I saw. This is what I am trying to do: Input an exist PDF file (with the forms can’t be filled out by hand), and output a PDF file which only has

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-08 Thread tom smith
Well, that's a great question. Just by looking at the PDF file, it contains the forms, but when I use the getAcroForm() method of PdfReader, it returns "null", that means it doesn't contain the forms, right? How do I know a PDF file has field forms? To use the getAcroForm() and see what returns? o

[iText-questions] RE: stamped.java example /Merging PDF files

2004-01-08 Thread Paulo Soares
Title: RE: stamped.java example /Merging PDF files -Original Message- From:   tom smith [SMTP:[EMAIL PROTECTED] Sent:   Wednesday, January 07, 2004 18:49 To: Paulo Soares; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:    stamped.java example /Merging PDF files I