Multiple Templates

Hello All,
is it possible to have more than one Template and after filling each template produce a unique result? for example one PDF which is the result of these two templates?

regards,
Iman

Hello.

The usual way to this is to create 2 separate reports: the first contains 2 different templates and the other (custom defined with java class) run the first report twice (with different tempaltes) and merge the results.

To merge pdf files we usually use pdfbox library.

I hope this will help you.

1 Like

thanks for the answer. I will give it a try