Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将word文档转换为pdf。
我找到了很多使用 office dll 的解决方案。但我想要一个使用免费第三方 dll 的解决方案,因为在 office dll 中必须安装 office。所以在我的服务器上没有安装办公室。
有没有免费的第三方dll???
编辑:哎呀,看起来你必须安装办公室。第二个链接中的评论之一提到使用 OpenXmlPowerTools.HtmlConvertor 和 iTextSharp 将文档转换为 HTML,然后转到 PDF。祝你好运!
如果您使用 .docx 文件,请查看 DocX:
http://docx.codeplex.com/
然后查看这篇博客文章,了解使用 DocX 转换为 PDF 的示例:
将 .docx 转换为(.doc、.pdf、.html)
希望这可以帮助。我不知道任何适用于旧版 Word (.doc) 的免费解决方案。