使用读取 rtf 文档中的表格的 JAVA 将 RTF 转换为 PDF

Convert the RTF to PDF using JAVA which reads the tables in rtf document

在 Windows 或 Unix 使用 Java 的文档中,有什么方法可以将 RTF 转换为包含 table 的 PDF?

我们在这里尝试过的选项是:

我们研究了其他选择。是否可以使用 Java 开发或将 RTF 转换为 PDF?

Other options we looked into are in this link

是的,有可能。看看 JasperReports!

http://community.jaspersoft.com/project/jasperreports-library

Jaspersoft 还提供了一个很好的 API 来编写您的自定义 PDF 引擎和自定义数据源。从 iReport (UI-Editor) 开始。