lohanidamodar / pdf_viewer

A flutter plugin for handling PDF files. Works on both Android & iOS
https://pub.dev/packages/advance_pdf_viewer
BSD 3-Clause "New" or "Revised" License
61 stars 143 forks source link

Question: Can it read big size pdf files lazily? #85

Open sharukhkhanajm opened 2 years ago

sharukhkhanajm commented 2 years ago

Hi, Can I read big PDF file size files? Let's assume I have a PDF on the server and I want to read it via API and its size is 300mb or more. What are the use case I can use in order to read the file and not west user internet data in first hand and load it lazily. Thanks.