无论如何自动将 DWF 转换为 PDF?
由于各种原因,我们的电子投标解决方案 www.monaqasat.com 目前仅适用于 PDF 文档,其中一些原因是出于安全原因。我们被询问是否可以支持 DWF 文档。为此,我们需要找到一种使用某种 Unix 应用程序自动将 DWF 文档转换为 PDF 的方法。
有谁知道这样的应用程序,最好使用 Rails 或 Java?
谢谢,
卡里姆
Our eTendering solution, www.monaqasat.com, currently works exclusively with PDF documents for various reasons, some of them being security. We are being asked if we can support DWF documents. For this to happen, we would need to find a way to automatically convert DWF documents to PDF, using some kind of Unix application.
Does anybody know any such application, preferably using Rails or Java?
Thanks,
.Karim
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://www.autodwg.com/pdf/
http://www.dwgto.com/
http://www.aidecad.com/
http://en.wikipedia.org /wiki/List_of_PDF_software
http://www.cogniview .com/convert-pdf-to-excel/category/pdf/
建议安装一个软件打印机,调用其 API 并传递 dwf 并获取 pdf,然后根据需要应用安全性。
http://www.autodwg.com/pdf/
http://www.dwgto.com/
http://www.aidecad.com/
http://en.wikipedia.org/wiki/List_of_PDF_software
http://www.cogniview.com/convert-pdf-to-excel/category/pdf/
Suggestion would be to install a software printer call its APIs and pass dwf and get back pdf and then apply security as needed.
Autodesk 的 DWF Toolkit 位于
http://www.autodesk.com/dwftoolkit
它包含完整源代码C++ 代码读取&编写 DWF 文件,因此使其在 Linux 下运行并使用 PDF 库来编写输出应该相当容易。
Autodesk has its DWF Toolkit available at
http://www.autodesk.com/dwftoolkit
It contains full source code in C++ to read & write DWF files, so it should be reasonably easy to make it run under Linux and to use a PDF library to write the output.