requesting pdf with more than 100 pages, just process and do not return the pdf
-
Hello,
I have a demand to generate a document with more than 100 pages, but when I try to generate the jsreport it only processes and returns nothing.
before timeout returned, but I changed the setting to 240000 it was the way I mentioned above
follow my configuration:
"allowLocalFilesAccess": true, "reportTimeout": 240000, "templatingEngines": { "strategy": "in-process" },
link to my playground:
https://playground.jsreport.net/w/phmjunior/PAf1oFh9I thank the attention
-
Hi guys
I solved the problem by optimizing the models, added css to the html and minified the code and in the end it worked very well.
Thanks again.edited: I updated the playground. It took a lot of work to make this model. Anyone who wants to use it can take it as an example.