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.
我需要使用基于 Java 的桌面应用程序将我的 doc 文件转换为 pdf。我无法使用任何类型的服务器或开放式办公室。
您能否提供一段代码来执行此操作。或建议我任何 java 开源 API。
谢谢
这里有一些建议。
有多个 API(其中几个是开源的)可以帮助您解决这个问题。一些建议如下:
Apache PDFBox库是一个用于处理 PDF 文档的开源 Java 工具。你可以考虑使用这个。
另一种选择是使用Apache™ FOP(格式化对象处理器)
文字