Now your customers can view pages inside a PDF at a lightning speed!

Find out how one company did it with BuildVu

buildvu advertisement image

All Stories

Where do PDF viewers get font data for non-embedded…

What are Standard fonts? One of the reasons that the PDF file format is so popular is that it embeds a large amount of...
Mark Stephens
1 min read

Understanding PDF text objects

Understanding PDF Text Objects Inside a PDF is a Postscript stream of commands which describe the page – they draw the text, images or...
Mark Stephens
1 min read

How to calculate PDF page size in inches or…

PDF page size is generally defined by the CropBox or MediaBox setting for each page. This is the number of pixels. This provides a...
Mark Stephens
34 sec read

What is a Linearized PDF?

A linearized PDF is a special way to organize a PDF file. In general, the PDF is a very elegant and well-designed format. A...
Mark Stephens
1 min read

How to print PDF files from Java (Tutorial)

Printing PDF files from Java is something that raises a lot of general questions, so this short article is a general guide to the...
Mark Stephens
1 min read

Two issues with Java File access for temporary files

In theory, Java has a very flexible and powerful set of commands for manipulating Files. The File object allows you create a File or...
Mark Stephens
51 sec read