org.apache.slide.extractor.PDFExtractor
23242526272829
public class PdfTest extends AbstractTextFilterTest { public static void main(String[] args) throws Exception { PdfTest test = new PdfTest(); File file = new File(args[0]); test.showResult(file, new PdfTextFilter()); }
24252627282930