joseph-grabinger / flutter_to_pdf

Create PDFs but work with normal Flutter Widgets.
MIT License
21 stars 17 forks source link

How to print multiple pages? #67

Open no-chili opened 6 months ago

no-chili commented 6 months ago

Does it support automatic pagination to display only a part of the content when printing a long ListView? What methods are available to paginate and display the entire content?

joseph-grabinger commented 6 months ago

Currently this is not supported. Feel free to open a feature request or a PR to implement this functionality.

Also there currently is an open issue (bug) regarding ListViews. See #66

joseph-grabinger commented 3 months ago

Blocked by https://github.com/DavBfr/dart_pdf/issues/1680