0
Which package can I use to read PDF files in java
6 Answers
+ 1
Go to Maven central repository. Find PdfBox library. Download it as jar file. Put it in libs folder of your project. Here is a link to library:
https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox
+ 3
Shivam Rawal import them
+ 1
You can check this
https://www.tutorialspoint.com/how-to-read-data-from-pdf-file-and-display-on-console-in-java
đ
0
How can I install external modules? Or just need to import
0
K
0
Tysm