Hello Support,
We are implementing Synfusion controls for our asp mvc project and so far so good. I would appreciate your support to implement a key feature that would solve a huge problem for us regarding saving large files.
We have an application that stores and serves large pdf documents, sometimes over 200 MB in size and over couple hundereds/thousands of pages. Those PDF are not ready on disk and will be exported to memory stream/disk open request. The process takes around 2 mins to export 200 MB of data.
We are looking for a solution that would allow us to serve page ranges instead of the whole file to pdfviewer?
Ideally, we want to be able to:
- send the requested pages to the controller method (is this still load method?)
- a call to our application to serve the requested page range is made
- pdviewer displays only the viewed pdf page range
- subsequent page requests resumes steps 1 to 3.
Appreciate your support.
Omran