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.
我尝试了一些 API:JopenDocument 和 ODFDOM,它们都没有提供我想要的东西。
我希望能够做到以下几点:
从模板开始。
使用 JAVA 处理此模板以生成 ODT/Docx 报告。
我需要这两个功能:动态添加图像和表格。
JopenDocument 提供了几乎所有这些,但缺少添加图像。
有没有其他 API 可以做到这一点?
您没有遇到的其他选项:
两者都满足您的要求:
请注意我为 Docmosis 工作。
我希望这会有所帮助。
我找到了 XdocReport https://code.google.com/p/xdocreport/,它通过完整的文档和示例完全符合我的要求。