processAnnotations abstract method

Future<bool?> processAnnotations(
  1. String type,
  2. String 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(
    String type, String processingMode, String destinationPath);