Advanced usage

On this page

The advanced topics build on the basic usage operations with control over how documents are loaded into the Annotator and how the annotated result is written back out.

In this section

  • Loading Documents — load from a local disk or a binary stream, and open password-protected files with LoadOptions.
  • Saving Documents — save only specific annotation types and limit the output to a page range with SaveOptions.
  • Generate Document Preview — render document pages to PNG/JPEG/BMP images with PreviewOptions and page-stream callbacks.

On this page