All Stories

No Startxref found in last 1024 bytes opening file…

A PDF file contains a couple of key pointers. One of them is a pointer to the start of the table which describes the...
Mark Stephens
44 sec read

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