문제

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?

도움이 되었습니까?

해결책

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

다른 팁

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++".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top