processAnnotations abstract method

Future<bool?> processAnnotations(
  1. AnnotationType type,
  2. AnnotationProcessingMode processingMode,
  3. String destinationPath
)

Processes annotations of the given type with the provided processing mode and stores the PDF at the given destination path.

Implementation

Future<bool?> processAnnotations(
  AnnotationType type,
  AnnotationProcessingMode processingMode,
  String destinationPath,
);