Issue with generating PDF document

3
Hi, I have a problem with generating PDF document. Somehow it takes around 30 seconds. Generating Word document worked without any problems. Also generating PDF with using Modeler 6.9.1 worked too. Is there anyone who has the same problem or knows any good solutions?? Thank you!!
asked
1 answers
2

We ended up just writing our own routine for this. Use apache poi, which is probably already in your userlib, or use iText. This ended up taking our PDF generation down from 30 seconds to 0.1 seconds

The PDF issue is a real one and has to be resolved by Mendix. It can in fact crash a server when large amounts of PDF generation jobs are executing.

answered