output method

dynamic output([
  1. String? type,
  2. dynamic options
])

Generates the PDF document. If type argument is undefined, output is raw body of resulting PDF returned as a string.

Implementation

external output([String? type, options]);