Hi, I need to implement the following flow:
1) start from a PDF file without any encryption 2) process it using PdfEncryptor.encrypt (all done OK) blocking printing 3) reprocess the file using PdfEncryptor.encrypt (all done OK) allowing printing 4) use the unprotected file to concatenate like in concat_PDF (wrong: the pages resulting are blank) I tried to concatenate using the first (normal) file, and everything's OK. The only difference between the normal and unprotected file (found using Acrobat Reader) is in Security Method and Master Password How can I remove this difference? Thanx. Giovanna ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
