Re: [iText-questions] Reading encrypted PDF-files without user-password

2006-07-17 Thread Paulo Soares
, 2006 12:02 PM > To: [email protected] > Subject: [iText-questions] Reading encrypted PDF-files > without user-password > > Hello iTexter, > > i want to make encrypted PDF-files with iText (iText > v1.4.2, JDK 1.5.0): > > ... > P

[iText-questions] Reading encrypted PDF-files without user-password

2006-07-17 Thread stefan humbold
Hello iTexter, i want to make encrypted PDF-files with iText (iText v1.4.2, JDK 1.5.0): ... PdfWriter writer = PdfWriter.getInstance(document, new FileOutputStream(pdfEncrypted.pdf)); writer.setEncryption(PdfWriter.STRENGTH128BITS, "userPW", "ownerPW", permissions); ... My us