Portable Document Format (PDF) is a file format used to present documents in a manner independent of application software, hardware, and operating systems.

PDF

PDF to HTML conversion – tradeoffs on adjusting font…

When you convert a PDF to HTML, you move from a coding environment where you can work in any floating point size to one...
Mark Stephens
1 min read

Search PDF Files With Regular Expressions – Searching With…

Recently our search code has undergone a major update to give you greater control over what text you can find. We have now made...
Kieran France
53 sec read

PDF to HTML5 conversion – changing the page size

By default, a we convert a PDF file into an HTML file with the same size. So a 200×100 pixel PDF file becomes a...
Mark Stephens
1 min read

How to Convert CCITT data to TIFF image (Tutorial)

What is CCITT data? CCITT is used to compress black and white image data. Using Huffman encoding, the data is squeezed into a much...
Mark Stephens
1 min read

How does CCITT compress image data?

How does CCITT compression work? CCITT encodes black and white data. It does this by encoding runs of black or white pixels. We can...
Mark Stephens
3 min read

How to extract JPG data from PDF

It is actually possible to extract some raw images from the PDF file. In general, images do not exist inside a PDF file –...
Mark Stephens
1 min read