Hi, I am encrypting a PDF (disabling copy and modify) using PdfStamper SetEncyption method. I am passing null to both User and Master password parameters of this method. But when i open the encrypted PDF i still see Master Password set as "Yes". As per the guide if Master Password is null it is set to some random value by SetEncryption. But i dont want this to happen. Because with this i will not be able to merge the resulting pdf files.I want this Master Password to be set to "No". Is it possible to encrypt a pdf file without the Master Password ?? how can i set Master Password to "No" ?
Thanks, Naveen -- View this message in context: http://itext-general.2136553.n4.nabble.com/How-can-i-set-Master-Password-to-No-for-a-PDF-tp3161813p3161813.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Many questions posted to this list can (and will) be answered with a reference to the iText book: http://www.itextpdf.com/book/ Please check the keywords list before you ask for examples: http://itextpdf.com/themes/keywords.php
