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.
我有一个要求,我需要将文件夹中的多个文档合并为一个 PDF 并下载。是否可以使用内容导航器的内置 API,或者我是否需要使用任何外部 API 来开发插件并实现它?提前致谢
尝试通过 ICN 的内置服务来合并文档。
http://server:port/navigator/jaxrs/convertDocument
如果这不起作用(我从未尝试过),您可以构建自己的服务以使用 iText 将它们下载并合并到单个 PDF 中。