> That will only work in Acrobat (for obvious reasons).
> If you want it to work in Adobe Reader, your document
> needs to be Reader enabled.
And is some possibility in itext how to make document Reader enabled ? I 
try from example using code (input_pdf is pdf with acroforms),
no succes:

PdfReader reader = new PdfReader(input_pdf);
reader.removeUsageRights();
PdfStamper stamper = new PdfStamper(reader, new 
FileOutputStream(enabled_pdf));
stamper.close();
reader.close();


Regards,
Pavol Behul


__________ Informacia od ESET NOD32 Antivirus, verzia databazy 4681 (20091212) 
__________

Tuto spravu preveril ESET NOD32 Antivirus.

http://www.eset.sk



------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to