PDFBox for processing pdf in android
问题 i am trying to use pdfbox lib into my android app but im getting java.lang.NoClassDefFoundError: org.pdfbox.pdmodel.PDDocument this error .as i'm developing commercial app i can not use other Lib like itext .So my question is can we use PDfBox in android. here is my code:- PDFParser parser = null; String parsedText = null; PDFTextStripper pdfStripper; PDDocument pdDoc = null; COSDocument cosDoc = null; PDDocumentInformation pdDocInfo; try { f =new File(Environment.getExternalStorageDirectory(