endigo / flutter_pdfview

PDF view for Flutter
https://pub.dev/packages/flutter_pdfview
MIT License
264 stars 218 forks source link

added feature to display specific pages #292

Open yashkassa opened 1 week ago

yashkassa commented 1 week ago

Feature Added: Display Specific Pages

This feature allows users to display only selected pages of a PDF document within the viewer. By specifying the desired page numbers in the parameters, the viewer can render only those pages, enhancing user focus and performance when working with large documents.

Key Highlights: Customizable Pages: Users can pass a list of page numbers to be displayed. Error Handling: Ensures invalid or negative page numbers are filtered out. Enhanced Usability: Offers a seamless way to focus on specific sections of the PDF. This update makes navigating and viewing large documents more efficient and tailored to user needs.