Mark Stephens

  https://www.idrsolutions.com Mark has been working with Java and PDF since 1999 and is a big NetBeans fan. He enjoys speaking at conferences. He has an MA in Medieval History and a passion for reading.

   



191 Stories by Mark Stephens

PDF to HTML conversion – tradeoffs on adjusting font size

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

PDF to HTML5 conversion – Embed an image in HTML5 with Base64 encoding

HTML5 can contain links to external images and other resources (which often makes the HTML5 page much faster to load because it is a...
56 sec read

PDF to HTML5 conversion – video

The PDF file format allows you to embed video directly inside a PDF file. So, I wondered, how easy would it be to write...
25 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...
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...
1 min read