A custom control that allows an application to display PDF files. The control utilizes Apache's PDFBox project.
The view has excellent built-in search capabilities.
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 AtlantaFXproject.
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