I use XSLT based API, I do not remember its name, but file extension is .fo. The library is good however it is outdated, so I'm wondering if somebody knows a better solution? Certainly open source is a must.
You're probably talking about Apache FOP (which continues to be updated, so I wouldn't call it "outdated"). Other good libraries include iText and xhtmlrenderer. Which of these would be most appropriate depends on how you (need to) generate PDFs.
Thanks. I generate reports in PDF. Current approach is based on processing report XML template by some template engine, like Velocity and then process by XSLT. Does it make senese to choose some other library?
arulk pillai
Author
Ranch Hand
Joined: May 31, 2007
Posts: 3188
posted
0
All depends on your requirements. Have a look at the following links. Some information might not be accurate (i.e. out dated).
IText API is Consuming More Memory than Apache FOP. In case of Apache FOP, Designing the Template work is heavier task. Like Those Libraries, any open source libraries for generation of PDF documents without consuming more memory and less design work...
Thanks,<br />Ashok<br />We Have To Make It Happen
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35232
7
posted
0
IText API is Consuming More Memory than Apache FOP.
I doubt that, since FOP uses iText internally. If anything, it might use more because of all the XSL processing. But memory use is unlikely to be an important differentiator in this day and age.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.