hello my fop user agent encryption params look like this: new PDFEncryptionParams(null, null, true, false, false, false)
ownerPassword, userPassword , allowPrint , allowCopyContent, allowEditContent, allowEditAnnotations ( http://xmlgraphics.apache.org/fop/0.95/pdfencryption.html Pdf encryption ) the first 2 'null' are the owner and user password. in acrobat reader is write 'password protected', but it ignores and don't ask for a password. when i use other tools like pdf nuance it ask for a password, and thats my problem. when i write on the password positions 'null', why they ask for a password? can i set the encryption params without the password params? is there a different possibility? thank you -- View this message in context: http://old.nabble.com/pdf-encryption-tp30807220p30807220.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
