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.
我已将我的PDFBOXAPI Jar 更新为1.8.0from 1.7.1。
PDFBOX
1.8.0
1.7.1
现在我面临一些问题,例如,如果我尝试保存 pdf,则保存的表单已损坏。我无法通过 pdfbox api 重新打开保存的 pdf 文件。
有没有人遇到过这个,所以请分享您的观点。
请使用 Apache PDFBox -- 版本 1.8.1。他们修复了一些错误。它会解决你的问题。我也在寻找 1.8.0 版中提供的新功能。
也许您遇到了在 1.8.1 版中解决的这个问题:
[PDFBOX-1556] - Saving a document containing a xfa form creates invalid pdf
我正在运行 1.8.9 没有任何问题。