Quantcast
Viewing all articles
Browse latest Browse all 3131

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

Viewing all articles
Browse latest Browse all 3131

Trending Articles