Generating Multiple Files using Reporting NG
Reporting NG allows you to download multiple files in either of the following formats:
A single .pdf file containing all the reports.
Multiple .pdf files, each containing a separate report.
In order to enable the generation of multiple .pdf files, "separatedFiles": true
should be added.
If a user input is required for the report, "separatedFiles": true
is added to the userInputFile.json. This should be uploaded with the model file. The below sample userInputFile.json enables multiple file downloads.
![]() |
If there is no user input file, then create a user input file with just this one line as shown below.
![]() |