Posted 9 July 2018, 7:20 am EST
Hello everyone,
we have some troubles with generating a Report to PDF.
The Report itself is very large and contains ~100 subreports and some Images etc. (But only about 50 pages)
The complete report is generated by code only (creating a PageDocument and add all Report Elements to this object). Finally we render the report to different Formats like PDF, DOC, HTML etc…
The Generation to *.doc and html works always very well. To PDF we receive sometimes an invalid/corrupted PDF. The PDF size is about 2MB in the pass case. In error case, the PDF size is <1kbyte. Also the Generation itself take a very Long time. (~100sec Here we observed, the longer the report generation takes, the higher is the probalitity to fail.)
Did you have some knowledge about this behavior? Because this could be a showstopper for our customer solution.
Currently we are not able to create a running code example because we are generating the report in a very complex environment.
Currently we are using ARv12.
Regarding,
Dirk