Below is a sample code to integrate our PDF viewing, annotating and form filling component, jPDFNotesBean, into a JavaFX application. This sample can be adapted to integrate our PDF Viewing-Only component jPDFViewerBean or our advanced PDF editing component jPDFEditorBean by simply replacing PDFNotesBean with PDFViewerBean or PDFEDitorBean in the code below.
Update to Commons Daemon 1.2.3. This adds support to jsvc for -enable-preview and native memory tracking (Procrun already supported these features), adds some addition debug logging and adds a new feature to Procrun that outputs the command to (re-)configure the service with the current settings.
This sample shows 2 ways of integrating the Java bean:
Thank you to the customer who wrote and shared this sample code with us.
Also check our pure JavaFX PDF Viewer (Viewing Only)