将word doc转换为pdf文件
有没有办法将 .doc 文件转换为 .pdf 并保持与 doc 文件相同的格式(还可以包含图像)?
我能够从 doc 生成 PDF 文件,但只显示文本。
Is there a way to convert .doc file to .pdf keeping the format same as doc file which can also include images?
I am able to generate PDF file from doc but only the text appears.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
您可以使用基于 Open-Office 的库。
它允许转换 OpenOffice 支持的所有格式。
此外,如果 OpenOffice 正确读取您的文档,它应该会完全按照您所看到的进行转换。
我知道JOD Converter用于示例:
您也可以使用一个简单的命令行(安装了 oo):
You can use a library based on Open-Office.
It allows to convert from (and to) all the formats supported by OpenOffice.
Moreover, if your doc is read correctly by OpenOffice, it should be converted exactly as you see.
I know JOD Converter for exemple :
You can also use a simple command line (with oo installed) :
您可以使用 Apache POI 读取文档文件,然后Apache PDFBox 来编写 pdf 文件。
You can use Apache POI to read the doc file and then Apache PDFBox to write the pdf file.
您可以使用Openoffice Macro将文档导出为pdf,例如,
You can use Openoffice Macro for export doc as pdf like,
转换为 pdf
convert to pdf
您可以使用 Aspose.Words for Java 到 转换文档文件转换为 PDF。该组件在转换为 PDF 时保留 Word 文档的格式。它还将图像与文本一起转换。
披露:我在 Aspose 担任开发人员传播者。
You may use Aspose.Words for Java to convert Doc files to PDF. This component retains the format of the word document when converted to PDF. It also converts the images along with text.
Disclosure: I work as developer evangelist at Aspose.