Not detecting all of the Annotation types in the PDF SChema

Using Aspose.PDF to detect Annotations fails with the following Annotation types noted in the the PDF 32000-1:2008 schema:

  • Screen
  • PrinterMark
  • TrapNet
  • Watermark
  • 3D
  • Redact
Here’s the sample code and I’ve attached a sample document for the first three bulleted items.

Aspose.Pdf.Document doc = new Aspose.Pdf.Document(openFileDialog1.FileName);
Aspose.Pdf.Page pg = doc.Pages[1];
System.Diagnostics.Debug.WriteLine(pg.Annotations.Count.ToString());

If I debug the items, I can see that not all the annotations are select.

Thanks,
Michael

Hi Michael,


Thanks
for using our API’s.<o:p></o:p>

I have tested the scenario and I am able to reproduce the same problem. For the sake of correction, I have logged it in our issue tracking system as PDFNEWNET-37523. We will investigate this issue in details and will keep you updated on the status of a correction.

We apologize for your inconvenience.