Any way to create PDF dynamically against receiving texts and images.
|
1
|
|||||||||||||||||
|
|
|
iText and JasperReports are great to create pdf reports via Java. With iReport you can easily create the jasper files needed for this. Very easy to use tool and helped me a lot when I needed to create some pdf reports. |
||
|
|
|
|
You can use the iText library. If you're generating reports then JasperReports can generate PDF output. |
||
|
|
|
|
We use Flying Saucer. |
||||||||
|
|
|
There's a ton of ways to generate PDFs on the fly. In Java, you can use the iText library. If you wanted to use Jython, you could use reStructuredText and possibly rst2pdf. Or you could just generate LaTeX files on the fly and make a system call to LaTeX. |
||
|
|
|
|
There are several libraries for working with PDF in Java, for example iText and Apache PDFBox. |
||
|
|
|
|
Hi, I work with apache fop and it works amazingly well, it's well supported and it's based on XSL-FO standard. |
||
|
|
|
|
If you're doing reports based on for example SQL queries then iReport is a good choice although it's sometimes a bit heavyweight. On the other hand if you're going to produce something that's more about presentation and design, like a product sheet or a brochure then my experience is that it's alot easier to first generate html and css and then use it to generate a PDF. |
||
|
|
