使用 libharu c++ 做什么或者我发短信java
我需要创建 pdf 创建服务器,但我不知道选择什么是最好的工具
java itext引擎或c ++ libharu,编程不是问题c ++和java对我来说是一样的。
但我需要一些速度很快的东西,所以 c++ libharu 很好,但 iText 我知道它更强大和完整。
这些假设是真的吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果是服务器,我会选择java,部署到服务器会更容易。
If it's a server, I'd go with java, it will be easier to deploy to the server.
您还可以通过 Fop 从 XML 创建 PDF。
You can also create PDFs via Fop from XML.
如果你会使用 iText 会更容易。但是,如果大量使用的话,内存的消耗将是一个大问题。
Lib haru 更难使用,但是你可以控制内存并重用它,因为它是“c++”。
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++".