All Stories

The best way to convert PDF to HTML

In this blog post, we tell you the best way to convert PDF to HTML, looking at advantages and disadvantages for each method. PDF...
Leon Atherton
1 min read

Java 17 vs Java 11

Contents: New features Changes Deprecations/Removals   Java 17 is the newest long term support (LTS) release since Java 11. In the past 6 Java...
Daniel Warren
7 min read

Top 9 PDF file questions with answers for developers

PDF stands for “portable document format”. It is a binary format made of objects -number, strings, arrays, dictionaries, streams and keywords ‘null’. Let’s understand...
Mark Stephens
2 min read

Understanding the PDF File Format

We have been working with PDF files since 1999 and developed complex software to display PDF files. We have learnt a lot about the...
Leon Atherton
4 min read

How to read EMF files in Java (Tutorial)

In this post, I will show you how to read EMF files into Java as a BufferedImage. This converts the EMF file into a...
Amy Pearson
38 sec read