Comments on: Generating large PDF files using JasperReports https://piotrminkowski.com/2017/06/12/generating-large-pdf-files-using-jasperreports/ Java, Spring, Kotlin, microservices, Kubernetes, containers Mon, 19 Jun 2023 11:27:55 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2017/06/12/generating-large-pdf-files-using-jasperreports/#comment-2050 Mon, 19 Jun 2023 11:27:55 +0000 https://piotrminkowski.wordpress.com/?p=3754#comment-2050 In reply to Everson Mauda.

I’m fine. Thanks!
For now, I don’t have. Sorry, there was a lot of time ago since I created this article. But if you have a huge report to generate, it was exactly the described idea – storing a parts of report on the disk. I don’t think that jasperreport provide anything more for that. But I can be wrong

]]>
By: Everson Mauda https://piotrminkowski.com/2017/06/12/generating-large-pdf-files-using-jasperreports/#comment-2039 Tue, 13 Jun 2023 20:15:59 +0000 https://piotrminkowski.wordpress.com/?p=3754#comment-2039 Hello how are you?

Great Article, but I have an other doubt point.

If you need get information from other microservices, for example, 4 rest services and each one recover a lot of objects, like 1000.

But expanding more my example, if you have a loop to call these microservices, like 100 times.

Do you have an ideia, to “cut” these sent informations to “print” in parts this report?

Like an abstract algoritm:

for(100 times){
// get the information from microservices
// fillReport and add to the last fillReport
}
//in the end generate the PDF file

I was not much clear 🙁

but I have a huge report to generate, with these nested callings.

Any ideas will be great!

Thanks a lot and have a good week!

]]>
By: David Brown https://piotrminkowski.com/2017/06/12/generating-large-pdf-files-using-jasperreports/#comment-346 Fri, 02 Mar 2018 17:45:15 +0000 https://piotrminkowski.wordpress.com/?p=3754#comment-346 Thanks for writing up this article. I have a need to create hundreds of personnel ID cards, all with image data in a single PDF and have been considering options, this greatly helped.

]]>
By: David Brown https://piotrminkowski.com/2017/06/12/generating-large-pdf-files-using-jasperreports/#comment-352 Fri, 02 Mar 2018 17:45:15 +0000 https://piotrminkowski.wordpress.com/?p=3754#comment-352 Thanks for writing up this article. I have a need to create hundreds of personnel ID cards, all with image data in a single PDF and have been considering options, this greatly helped.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/06/12/generating-large-pdf-files-using-jasperreports/#comment-345 Thu, 20 Jul 2017 18:35:20 +0000 https://piotrminkowski.wordpress.com/?p=3754#comment-345 In reply to ry.

Hi,
Did you set -Ddirectory=… while running your spring boot app?

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/06/12/generating-large-pdf-files-using-jasperreports/#comment-351 Thu, 20 Jul 2017 18:35:20 +0000 https://piotrminkowski.wordpress.com/?p=3754#comment-351 In reply to ry.

Hi,
Did you set -Ddirectory=… while running your spring boot app?

]]>
By: ry https://piotrminkowski.com/2017/06/12/generating-large-pdf-files-using-jasperreports/#comment-344 Wed, 19 Jul 2017 09:20:55 +0000 https://piotrminkowski.wordpress.com/?p=3754#comment-344 hi Piotre
when i lunch spring boot app i have this error :
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder ‚directory’ in value „${directory}”
can you please help
thank you

]]>
By: ry https://piotrminkowski.com/2017/06/12/generating-large-pdf-files-using-jasperreports/#comment-350 Wed, 19 Jul 2017 09:20:55 +0000 https://piotrminkowski.wordpress.com/?p=3754#comment-350 hi Piotre
when i lunch spring boot app i have this error :
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder ‚directory’ in value „${directory}”
can you please help
thank you

]]>