Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible.
Developers can “write once, run anywhere” (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to bytecode (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture.

Java

Speed Comparisons of Java Image Libraries: ImageIO, JAI &…

Here at IDRSolutions we have been working on our Java PDF Library and JPDF2HTML5 solutions since 1999 and more recently with Images. How did...
Bethan Palmer
2 min read

Where does JDeli Image Library fit into the Java…

What is the JDeli Image Library? In order to handle complex image data in PDF files, we needed Java solutions to handle lots of...
suda
1 min read

How to generate a PDF file

Last time, we showed you how to write your own PDF file. This is useful for understanding the complexities of PDF files (and why...
Mark Stephens
56 sec read

How to make a PDF file manually

PDF Files are very complex files and we always recommend you use a library such as JPedal when working with them. But it is...
Mark Stephens
51 sec read

What is a PDF file?

IDRSolutions has been PDF Developer libraries since 2003 to Display, View and Convert PDF files. So sometimes take them for granted. Here we try...
Sophia Howard
1 min read

How to run Java applications from other programming languages

Here at IDRSolutions, we are always looking for new and innovative ways to make our products better. If you’ve been keeping up to date...
Rob
3 min read