exportXfdf static method

Future<bool?> exportXfdf(
  1. String xfdfPath
)

Exports annotations to the XFDF file at the given path.

Implementation

static Future<bool?> exportXfdf(String xfdfPath) async =>
    PspdfkitFlutterPlatform.instance.exportXfdf(xfdfPath);