有哪些可用的第三方选项 a) 修改模板化 Word 文档 b) 将 docx 转换为 pdf
有哪些可用的第三方选项来
- (a) 修改模板化 Word 文档 (即,将值替换为 docx 文件中的模板字段)。
- (b) 将 docx 转换为 pdf
我已经使用 Primary Office InterOp 和那些 COM Office 组件实现了这一点,但是,问题是该组件将在 ASP.NET 应用程序下使用,因此 Office 本身无法安装在服务器上。
因此,我想知道有哪些可用的第三方选项来处理此类案件。
任何帮助将不胜感激,
TIA,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我自己没有使用过它,但你可以尝试 Word 自动化服务。
I've not used it myself, but you could try Word Automation Services.
几年前,我参与了一个使用 Aspose 软件构建的项目。它非常容易使用并且非常强大。它绝对不是免费的,但他们确实将软件打包,以便您只购买您需要的功能。
A couple of years ago I worked on a project that had been built to use the Aspose software. It was pretty easy to use and pretty powerful. It is definitely not free, but they do package the software so that you only buy the features you need.
如果钱不是什么大问题,请查看 http://www.textcontrol.com/en_US/
If money is no big deal, have a look at http://www.textcontrol.com/en_US/
(a) 使用内容控制数据绑定(Word 2007 及更高版本中内置的 OpenXML 功能)
(b) docx4j IKVM 作为 DLL
(a) Use content control databinding (an OpenXML feature built into Word 2007 and later)
(b) docx4j IKVM'd as a DLL
看看 Open Office dot Org。转换保真度可能并不完美,但它是免费的。
Have a look at Open Office dot Org. The conversion fidelity may not be perfect, but it will be Free.