binSaed / flutter_cached_pdfview

Enhanced PDF view for Flutter.
https://pub.dev/packages/flutter_cached_pdfview
MIT License
117 stars 67 forks source link

Feature Request: Choose Pages to Display from External PDFs #102

Open arice77 opened 11 months ago

arice77 commented 11 months ago

Feature Request: The current functionality allows loading PDFs from URLs, but it lacks a specific feature: the ability to define the number of pages to display when loading a PDF from a URL.

Feature Description: The feature I'm suggesting is to include an option that enables users to specify the number of pages they want to view when loading a PDF from a URL. This addition would offer users greater control over their PDF viewing experience, which is particularly important for working with large PDF documents.

Use Case: In my development scenario, I'm creating an application that provides a mix of free and premium content. Users who have subscribed or made payments should be able to access and view the entire PDF document seamlessly. Conversely, users without a subscription or payment should be limited to viewing only a specific subset of the pages.