droidtext只有0.5,3年前的东西。ItextG应该和ItextPDF差不多,只是itextG被谷歌移除一些不被Android支持的东西,增强通用性。
我也刚遇到需要处理PDF的小项目。
原文ref:
If you want to use iText on Android or the Google App Engine, you need to use iTextG. iTextG is almost identical to iText, except that it only uses classes that are white-listed by Google. All references to java.awt, javax.nio and other "forbidden" packages have been removed. You can download the source code and binaries from the release page on GitHub. As there are no dependencies on classes that aren't supported on Android in the PDF/A and XML Worker packages, you can download the Java version of these projects.