I want to set cashedPages to 1 page at a time due to security reasons. How can i do it? thanks
It is urgent, is it possible to load 1 page at a time in memory?
Hi,
No it is not, the plugin keep in memory at least 4 pages, usually 8 (4 – for cover and 4 for opened pages).
Best regards,
Ivan.
I want to disable browser caching.
https://stackoverflow.com/questions/15184539/disable-browser-cache-for-displayed-in-an-iframe-pdf-by-means-of-tcpdf
I guess you need to send no-cache header for your pdfs : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
Best regards, Ivan.
It is urgent, is it possible to load 1 page at a time in memory?
Hi,
No it is not, the plugin keep in memory at least 4 pages, usually 8 (4 – for cover and 4 for opened pages).
Best regards,
Ivan.
I want to disable browser caching.
https://stackoverflow.com/questions/15184539/disable-browser-cache-for-displayed-in-an-iframe-pdf-by-means-of-tcpdf
Hi,
I guess you need to send no-cache header for your pdfs : https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control
Best regards, Ivan.