The Individual opinion of the Author on the Java PDF Blog relating to the content.

Opinion

How do Browsers auto reverse the Right to left…

You might have encountered a situation where you tried to read from pdf or other text input streams and writing the raw data into...
suda
1 min read

How much memory does your Java application use

I wanted to investigate the memory usage of our Java application to see how much memory was being used for a task – in...
Mark Stephens
1 min read

Problems caused by Arial font in PDF files

The Arial Font Arial is a very popular font with a contemporary sans serif design. The font family is also on the font families...
Mark Stephens
1 min read

Java images – 5 tips for Java ImageIO image…

We have been doing a lot of work recently on images in Java and will be writing a series of articles on JPEG2000 support,...
Mark Stephens
48 sec read

Is JPedal free?

There was an interesting question posted on stack overflow asking ‘Is JPedal free?’ It is a intriguing question so let us unpack it and...
Mark Stephens
1 min read

7 ways to navigate around a PDF file

Update: You can see all these modes in action on Youtube. A PDF file is a multipage document which can contain many pages. Unlike...
Mark Stephens
1 min read