简体   繁体   English

iText在Android中合并pdf错误,包含最新的库

[英]iText merge pdf error in Android, with latest libraries

I have read this question : 我读过这个问题:

iText merge pdf error in Android iText在Android中合并pdf错误

Which basically explains my problem, but the solution proposed - upgrading to the latest Android version of iText doesn't solve the issue. 这基本上解释了我的问题,但提出的解决方案 - 升级到最新的Android版iText并没有解决问题。

I am using itextgoogle-5.4.0.jar, but I still get the same compile error. 我使用的是itextgoogle-5.4.0.jar,但我仍然遇到相同的编译错误。

Obviously when I get the project working I'll be happily paying the license fee, but the merging of PDF's is a requirement. 显然,当我让项目工作时,我很乐意支付许可费,但PDF的合并是一项要求。

I have fixed this issue and re-uploaded 5.4.0 to the repository: http://repo.itextsupport.com//android_gae/com/itextpdf/itextgoogle/5.4.0/ 我已修复此问题并将5.4.0重新上传到存储库: http//repo.itextsupport.com//android_gae/com/itextpdf/itextgoogle/5.4.0/

Could you confirm the fix? 你能确认修复吗?

There appears to be some compilation bugs in the iText port 5.4.0, it still has references to some of the java.awt classes. 在iText端口5.4.0中似乎存在一些编译错误,它仍然引用了一些java.awt类。 You'll notice this when you start using PdfContentByte. 当你开始使用PdfContentByte时,你会注意到这一点。

I rolled back to the previous version 5.3.5 which is here : 我回滚到之前版本5.3.5,它在这里:

http://repo.itextsupport.com//android_gae/com/itextpdf/itextgoogle/ http://repo.itextsupport.com//android_gae/com/itextpdf/itextgoogle/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM