Question

i need to create pdf creation server and i don't know what is the best tools to chose
java itext engine or c++ libharu , programming is not the problem c++ and java is the same to me .
but i need something that will be fast so c++ libharu is good but iText i know its more rebust and complete .
are those assumption true?

Was it helpful?

Solution

If it's a server, I'd go with java, it will be easier to deploy to the server.

OTHER TIPS

You can also create PDFs via Fop from XML.

If you will use iText will be easier. However, if it will be for heavy use the consumption of memory will be a big problem.

Lib haru is harder to use, but you control the memory and reuse it because it is "c++".

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top