PDFBox installation

  1. Go to the PDFBox download page https://pdfbox.apache.org/download.html.
  2. Download the latest PDFBox stable standalone version and include it in your classpath. For instance, I downloaded pdfbox-app-3.0.7.jar
  3. Start using PDFBox. If you need any examples look here. Each of these folders have example source code. If you are a beginner, start with the "pdmodel" folder.