hichiu wrote
> Even I did both (a) and (b), its failed...

> 
> Attached is my code in C# and the file before and after signing
> sign_sha256.txt
> <http://itext-general.2136553.n4.nabble.com/file/n4659439/sign_sha256.txt>  
> > blank_2.pdf
> <http://itext-general.2136553.n4.nabble.com/file/n4659439/blank_2.pdf>  

Ah, I see, you switched from FreeText to HighLight Annotation... I made it
work still based on FreeText annotations. Thus, please replace your

PdfAnnotation comment = PdfAnnotation.CreateMarkup(pdfStamper.Writer,
annotRect, null, PdfAnnotation.MARKUP_HIGHLIGHT, quad);

by

PdfAnnotation comment = PdfAnnotation.CreateFreeText(pdfStamper.Writer,
annotRect, "The case is reviewed and approved.", pcb);

again.

Regards,   Michael



--
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Itextsharp-annotations-modified-after-digital-signing-tp4659401p4659441.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&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