Ali Vajahat wrote:
> Hi itext:
> 
> I want to parse the comments from the PDF file using itext. Any Idea?

Yes.

Comments are added as annotations.
You need to get the annotations from every page
(see for instance listing 13.4 of the second edition
of iText in Action), then inspect the annotation dictionary,
and look for the key that has the content of the comment.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
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