PDFViewFX
January 23, 2026 ยท View on GitHub
PDFViewFX
A custom control that allows an application to display PDF files. The control utilizes Apache's PDFBox project.

Search
The view has excellent built-in search capabilities.

AtlantaFX
If you want to use AtlantaFX for your application then copy the stylesheet called pdf-view-atlantafx.css from the demo module into your project. You will need to add it to the list of stylesheets that you are attaching to your application's scene. For more information on AtlantaFX please see the AtlantaFX project.

Running the demo
You can run the demos by using the project's Maven wrapper by typing the following line into your terminal:
./mvnw javafx:run -f pdfviewfx-demo/pom.xml