HTML5 is a markup language used for structuring and presenting content for the World Wide Web and a core technology of the Internet. It is the fifth revision of the HTML standard.

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

Why canvas is not a self closing HTML5 tag

While debugging a page produced by our PDF to HTML5 Converter, I noticed that Firefox was showing some of the tags in the HTML...
Leon Atherton
34 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…

Introduction 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....
Leon Atherton
1 min read

PDF to HTML5 conversion – Embed an image in…

Introduction HTML5 can contain links to external images and other resources (which often makes the HTML5 page much faster to load because it is...
Mark Stephens
57 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...
Mark Stephens
25 sec read