PDF to HTML5

How to draw SVG on HTML 5 Canvas and…

One of the limitations of shapes in HTML 5 canvas is that only one fill rule is supported, which can lead to shapes not...
Leon Atherton
53 sec read

PDF to HTML5 conversion – No Even-Odd Winding Rule…

This is part 2 on this subject. If you haven’t already read it, please read part 1 to understand the winding problem. So to...
Leon Atherton
3 min read

PDF to HTML5 conversion – No Even-Odd Winding Rule…

When filling shapes in PDFs (and lots of other technologies) you get a choice between using the Even-Odd or the Non-Zero winding rule. For...
Leon Atherton
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

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