Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
实际上,我正在尝试从 PDF 文件中提取数据,但我在互联网上没有找到任何示例,我想问是否有可能使用 JPedal 库打开以读取 PDF 文件中的数据。
您可以使用Apache 的PDFBox。
我不熟悉 JPedal,但我编写了很多生成和处理 pdf 文件的代码。我使用IText并强烈推荐它。如果您对如何处理 pdf 文件有具体问题,请告诉我。