loadLinks abstract method
Load links.
If compact
is true, it tries to reduce memory usage by compacting the link data.
See PdfLink.compact for more info.
If enableAutoLinkDetection
is true, the function tries to detect Web links automatically.
This is useful if the PDF file contains text that looks like Web links but not defined as links in the PDF.
The default is true.
Implementation
Future<List<PdfLink>> loadLinks({bool compact = false, bool enableAutoLinkDetection = true});