Search results for: open source

How to edit PDF files using Incremental Updates

Mark has previously written about how to edit PDF files by adding a second reference table, and Daniel made a whole series on making...
Sam Howard
1 min 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

NetBeans “Cannot locate java installation in specified jdkhome”?

I recently came across this message when opening NetBeans after updating my Java version. Cannot locate Java installation in...
Leon Atherton
47 sec read

Why canvas is not a self closing HTML5 tag

While debugging a page produced by our PDF to HTML5 Converter, I noticed that Firefox was showing some of the tags in the HTML...
Leon Atherton
34 sec read