955956957958959960961962963964965
//PdfDecoder returns a PdfException if there is a problem try { decode_pdf = new PdfDecoder( false ); if(!useXMLExtraction) decode_pdf.useTextExtraction(); decode_pdf.setExtractionMode(PdfDecoder.TEXT); //extract just text decode_pdf.init(true); /**