joseph-grabinger / flutter_to_pdf

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

How to print multiple pages? #67

Open no-chili opened 4 months ago

no-chili commented 4 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 4 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 1 month ago

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