All Stories

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

How to convert Office documents to PDF with Microsoft…

Contents App Registration Permissions Download as a PDF Project Setup File Service Putting it all together This tutorial aims to create a service that...
Jacob Lucas
9 min read