Multiple Pdf making in one time through the Id

I am using Jmix 1.5 version in project . I have made a pdf in reports but when i am creating more than 5000 users or 4000 users pdf (and pdf page size is 2) through the SQL query using at a time with users Id . Then it was taking lots of time to generate after some showing error that is SOME ERROR OCCURRED .

Thanks and Regards
Aashif Ali

Hi ,

Please reply on it .

Hello @aashif.ali

Do you use LibreOffice to convert to PDF? What format is your report template?

You can try enabling the conversion using LibreOffice.

jmix.reports.useOfficeForDocumentConversion=true

Docs: Configuration :: Jmix Documentation

You can also increase the report generation timeout:

jmix.reports.docFormatterTimeout=100

Docs: Configuration :: Jmix Documentation

Regards,
Nikita