Has anyone seen this error before?

��java.io.IOException: Unknown encryption type (4)    at
com.lowagie.text.pdf.PdfReader.readDecryptedDocObj(PdfReader.java:427)
    at com.lowagie.text.pdf.PdfReader.readPdf(PdfReader.java:366)
    at com.lowagie.text.pdf.PdfReader.<init>(PdfReader.java:127)
    at com.lowagie.text.pdf.PdfReader.<init>(PdfReader.java:116)

It's failing here:
PdfReader pdfreader = new PdfReader(pdf);

I'm using iText 1.27. I'm trying to use the PdfReader on an Acrobat 6 (PDF
1.5) document that has some security turned on. I'm wondering if this is the
problem. Any ideas?

Adrian




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to