我正在寻找用 Erlang 编写的 PDF 处理库,但我还没有找到。 ErlGuten,我发现的唯一一个只能生成PDF而不能处理它们的库。
有人知道这样的图书馆吗?
I am looking for a PDF processing library written in Erlang, but I was unable to find any yet. ErlGuten, the only library I found could only generate PDFs not process them.
Anyone aware of such library?
发布评论
评论(3)
也许Jinterface是最好的方法。尝试用Java处理PDF。
Maybe Jinterface is the best way.Try to process PDFs with Java.
有一个基于webkit的开源库:WKHTMLTOPDF
它从 HTML 模板生成 PDF。
这是关于我们如何在 Erlang 后端使用它的小教程。
There is an open source library based on webkit: WKHTMLTOPDF
It generates PDF from an HTML template.
And here is small tutorial of how we are using it whith an Erlang backend.
我认为你最好的选择是与第三方 PDF 库桥接。 例如 Adobe 自己的 PDF Library SDK 或其他不太知名的供应商。
看; http://www.adobe.com/devnet/pdf/library/
I think your best option is to bridge with a 3rd party PDF library. Such as Adobe's own PDF Library SDK or another lesser known vendor.
See; http://www.adobe.com/devnet/pdf/library/