Hi,
I have a PDF file being generated in my system with some embedded javascript. The script takes an action on each page of the pdf, and I can verify that it works on a generated file.
The problem is when I assign the document as the return value for an HTTP Request, it appears that the viewer will only load the pages on-demand. For instance if I scroll down three pages and then invoke the javascript, it will only process those three pages and not the whole document.
Is there a way to disable this partial loading?
Thanks