AlessioLuciani / flutter-pdf-text

A plugin for Flutter that allows you to read the text content of PDF documents and convert it into strings.
MIT License
20 stars 47 forks source link

How do I access Outline or List of Contents #16

Open real1900 opened 4 years ago

real1900 commented 4 years ago

Any Support for https://developer.apple.com/documentation/pdfkit/pdfoutline?

real1900 commented 4 years ago

Looking forward to a reply

AlessioLuciani commented 4 years ago

I'm sorry, as of now it is not supported, the plugin only works with pages, without considering the outline. It may be added in a future update.