On 19/02/2013 17:03, Hugo Girard wrote:
Here what I need to achieve.
I received some pdf from my customers, some contains stamp, note etc... inside the pdf.
So I need to flatten those annotations so they become part of the pdf.
I know you can flatten the form field using itextSharp but I didn't find anything related to the annotation.

It's not impossible, but depending on the type of annotation it can be quite some programming work. In simple cases, it would be sufficient to add the appearance of the annotation to the content stream, for instance with PdfStamper, and then throw away the annotation. Currently, we don't have any examples on how to do that.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
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