BytePDFSource constructor

const BytePDFSource(
  1. Uint8List _pdfBytes
)

Creates a BytePDFSource that decodes the specified Uint8List as a PDF document.

Implementation

const BytePDFSource(this._pdfBytes);