0

我需要在 javafx 中使用 jpedal 读取 pdf 文件。我尝试了 jpedal lgpl src 提供的 PdfDecoder 类 getPageAsImage() 但它以图像形式提供 pdf 页面。如果我这样做,那么我无法对 pdf 执行搜索操作文件。除了作为图像读取之外,还有其他方法可以读取 pdf 文件吗?如果有人对此有任何想法,请给我答复。

提前致谢。

4

1 回答 1

0

did you have a look at the examples: http://www.idrsolutions.com/how-to-extract-text-from-pdf-files/ ?

I can also suggest PdfBox (http://pdfbox.apache.org/) with works great for text extraction from PDF files.

have fun

于 2013-04-18T14:09:25.473 回答