Replace PdfWriter.AllowFillIn with 0. ----- Original Message ----- From: "satish babu" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, August 29, 2005 7:14 AM Subject: [iText-questions] PDF encryption - avoid copying
Hi i am doing pdf encryption. Now i am able to restrict the user not to print the modified copy with the following code but, still user is copying the text from the page and pasting in the new page and taking the modified print from that new page. Can u pls give me how to restrict the user not able to copy the text form the existing pdf file by using any pdf editors. my sample code : PdfEncryptor.encrypt(reader,new FileOutputStream(writeFile),"".getBytes(),"".getBytes(),PdfWriter.AllowFillI n,true); Thank U Regards KC. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
