pdf to html conversion

PDF to HTML in Java: Step-by-step Tutorial

Converting PDF to HTML in Java means parsing the binary PDF format and producing browser-renderable HTML5, CSS, and font files. This tutorial covers a...
Leon Atherton
8 min read

Top 4 problems in PDF CFF Fonts (and we…

  One of the most common of the many font formats PDFs support is the Compact Font Format (CFF, also known as Type 2)...
Sam Howard
1 min read

PDF to HTML conversion – matching PDF page size

A PDF file are designed to be resolution independent – they are defined using resolution independent units so that the page will always appear...
Mark Stephens
52 sec read

PDF to HTML conversion – relative positioning of content

One of the most interesting things about developing the PDF to HTML convertor is the number of ideas and enhancements which arise from actual...
Mark Stephens
50 sec read