All Stories

Integrating JavaFX with Swing: The JFXPanel

If you want to use JavaFX, there are essentially two ways you can do so. The first is to create a standard JavaFX project...
Leon Atherton
2 min read

How to identify a PDF file

The best way to identify a PDF file is to scan the first line of the file. In theory the first line of a...
Mark Stephens
49 sec read

How to use Jemmy with JUnit in NetBeans

We are always constantly looking to improve and refine our testing. Currently we are looking into improving our tests for forms in our PDF...
Lyndon Armitage
59 sec read

Handling Threads & Concurrency in JavaFX

Recently, while converting the PageFlow mode from Java3D to JavaFX in our Java PDF Viewer, I came across some ConcurrentModificationException issues, so thought it...
Leon Atherton
2 min read

JavaScript in PDF to HTML5 Conversion: Introduction

Recently we have begun development on converting the JavaScript contained within PDFs to JavaScript that can be used by any browser browsing the HTML5...
Lyndon Armitage
1 min read