Simple PDF Text Extraction on Android?

Does anyone know of a PDF text extraction library that works for Android? To be clear all I want to do is extract text from an existing PDF. I have no use for extracting images, or creating pdfs. I have tried IText, and found that it generates an error (could not find class com.lowagie.text.pdf.PdfReader). I have also tried DroidText which generates the same error.


Many people have problems about reading/extract Text (PDF) on Android.

Did you try to check here ? PDF Library for Android

I think you can find good solutions there. Tell me if you need more information about that.


MuPDF exists on Android, and has a text extraction capability. Its GPL. Although its only a viewer on Android, the library clearly can be compiled on Android (its what the viewer uses after all).

www.mupdf.com

链接地址: http://www.djcxy.com/p/59120.html

上一篇: 如何在c中使用valgrind查看函数堆和堆栈的使用情况?

下一篇: Android上简单的PDF文本提取?