Identify annots status from pdf using itextsharp in vb.net?
How to identify ,which annot are accepted and which annot are rejected from pdf using itextsharp in vb.net ?Please suggests if any ideas.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
hema lathaPosted Mar 15, 2019, 4:37 AM
Amin DodinPosted Mar 14, 2019, 2:41 PM
You might be able to do that using the LEADTOOLS document imaging toolkit. It has support for PDF annotations, including the PDFNoteAnnotation class that has a State Property: https://www.leadtools.com/help/leadtools/v20/dh/pdf/pdfnoteannotation-state.html
This property can have values like "Accepted", "Rejected" or "Completed".
The possible state values are listed here: https://www.leadtools.com/help/leadtools/v20/dh/pdf/pdfnoteannotation--fields.html
If you would like to try it, there’s a free evaluation edition you can get from this page: https://www.leadtools.com/downloads?category=main
If you install the toolkit, there’s a VB.NET PDF Document Demo that shows how to work with annotations.