If this is not an error, how can i read annotations from a pdf? What am i doing wrong? When i am trying to read annotations from a pdf , i get the object collection in the PDFAnnot(object array).
The number of objects is same as the number of annotations in the pdf. But am stuck there.
I dont how to convert the PDFAnnot object collection to PdfAnnotation object so that i can use AddAnnot method to achieve my result.