PDF 打印应用服务器

发布于 2024-12-08 23:54:20 字数 383 浏览 0 评论 0原文

我正准备构建一个处理 PDF 打印和归档的应用程序服务器。

目前的选项有:

  1. 将我现有的基础设施移至(webkit 打印机 + 文件合并脚本等) 专业版:全部开源或自定义编写。缺点:内存使用效率低下。不太像我们希望的那么稳定。

  2. 迁移到企业系统(Adobe LiveCycle PDF Generator ES2。)非常昂贵。 ($20k-$40k)

问:您使用的 pdf 打印系统是否有一个运行良好且价格不像 LiveCycle 那样昂贵的系统?似乎没有一个像样的“小型企业”解决方案。

将在 Linux 机器上运行。这还需要将 html、图像和 pdf 作为输入——已经看过很多开源的,但我正在寻找更可靠的东西。

I'm getting ready to build an application server that handles PDF printing and archiving.

Currently options are:

  1. Move my existing infrastructure over (webkit printer + file merge scripts, etc) Pro: All open source or custom written. Con: inefficient memory usage. Not quite as stable as we would like.

  2. Move to an enterprise system (Adobe LiveCycle PDF Generator ES2.) Very Expensive. ($20k-$40k)

Q: Is there a pdf printing system that you use, that works well without being as expensive as LiveCycle? There doesn't seem to be a decent 'small business' solution.

Will be running on a linux box. This will also need to take html, images, and pdf's as inputs -- have already looked at a lot of the open source ones, but I'm looking for something a little more reliable.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梨涡 2024-12-15 23:54:20

您可能想查看 iText

编辑:不确定我的第二个推荐是否适用于您的平台,但我将其保留以防万一。

我使用 Aspose 的产品取得了巨大成功。我使用他们的工具自动生成和打印 MS Word 格式的文档。作为我的流程之一,我还生成了 PDF,并且渲染效果非常完美。虽然我的实施与他们的 Word 产品绑定在一起,但我知道他们有独立的 PDF 产品。

You might want to check out iText.

EDIT: Not sure that my second recomendation will work on your platform, but I'm leaving it just in case.

I've had great success with the products from Aspose. I do a lot of automated generation and printing of documents in MS Word format wtih their tools. As part of one of my processes I also generate PDF's and the rendering has been flawless. While my implementation has been tied in with their Word product I know they have stand-alone PDF products.

南渊 2024-12-15 23:54:20

我看到这个问题有一个公认的答案,但认为值得一提 Docmosis 因为它似乎满足您对 PDF 生成的要求包括低内存使用率、稳定性、性能、平台和定价。与 iText 一样,您需要进行一些编码工作,但在 iText 中,您用代码布局文档,而在 Docmosis 中,您使用文档模板。
我在严肃的商业应用程序中都使用过,并且它们对于创建 PDF 都非常方便。

I see this question has an accepted answer, but thought it worth mentioning Docmosis since it seems to meet your requirements for PDF generation including low memory usage, stability, performance, platform and pricing. As with iText you will have some coding to do, but in iText you layout the document in code, in Docmosis you use a document template.
I've used, both in serious business applications and they are both very handy for creating PDFs.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文