Is there a way to “flatten” annotations in PDF?

Q:

Is there a way to “flatten” a PDF in PDF Net so that each page is basically an image?

A:

You could use pdftron.PDF.PDFDoc.FlattenAnnotations(false) to flatten all annotations in a document or annot.Flatten(page) to flatten individual annotations.

1 Like