HTML or HyperText Markup Language is the standard markup language used to create web pages. HTML is written in the form of HTML elements consisting of tags enclosed in angle brackets.

HTML

How to access external HTML resources in the GlassFish…

An alternate document root (docroot) allows for a web application to serve requests for certain resources from outside its own docroot. This is a...
suda
1 min read

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

How do Browsers auto reverse the Right to left…

You might have encountered a situation where you tried to read from pdf or other text input streams and writing the raw data into...
suda
1 min read

Table order in OTF fonts

As part of our TrueType to OpenType font conversion (we need this for PDF to HTML5 conversion to ensure fonts display on all browsers),...
Mark Stephens
49 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