PDF to HTML5

JavaScript in PDF to HTML5 Conversion: Introduction

Recently we have begun development on converting the JavaScript contained within PDFs to JavaScript that can be used by any browser browsing the HTML5...
Lyndon Armitage
1 min read

Handling Floating Point coordinates with Pixels in SVG &…

Recently I have been working on a problem with SVG & the HTML5 Canvas that causes bad looking output in some of our files....
Lyndon Armitage
1 min read

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
51 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