skorpion wrote
> I have a problem with the PdfDictionary, I insert in a PdfDictionary a
> value using this class that I have found on internet
> 
> public class DocumentPieceInfo
> {
>     [...]
> }
> 
> But with this method if I close the program and I re-open for read the
> PdfDictionary in PDF file, the Dictionary that I have insert whit method
> "addPieceInfo" there isn't.

I assume you found that class on StackOverflow:

http://stackoverflow.com/questions/18462211/insert-hidden-digest-in-pdf-using-itext-library/18465343#18465343

In that answer you'll also find a section "Storing document PieceInfo data"
describing how to use that DocumentPieceInfo class to actually store the PDF
with the changes.

Regards,   Michael



--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Insert-custom-dictionary-in-pdf-file-tp4659026p4659027.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
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

Reply via email to