lib library

Classes

AlhPdfView
Showing PDF with given filePath or bytes.
AlhPdfViewController
Calling native methods that can change the current settings of the PDF.

Enums

FitPolicy
Defining the fit policy for the PDF page.

Typedefs

ErrorCallback = void Function(dynamic error)
LinkHandleCallback = void Function(String url)
PageChangedCallback = void Function(int page, int total)
PageErrorCallback = void Function(int page, dynamic error)
PDFViewCreatedCallback = void Function(AlhPdfViewController controller)
RenderCallback = void Function(int pages)
ZoomChangedCallback = void Function(double zoom)