SeungHyun Park wrote:
> I added below lines into PDFStamperImp class and tried again.
> else {
> PdfEncryption.createInfoId(PdfEncryption.createDocumentId());
> }
The createInfoId method returns an object of type PdfLiteral.
You have to do something with that object, otherwise it won't work.
Isn't there a PdfObject name fileID in your version of PdfStamperImp?
You should set that object to the return value of the line you added.
br,
Bruno
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/