204 Stories by Mark Stephens
Introduction Some optimisations are best left to Java. For example a System.arraycopy is the fastest way to create a new version because it is... One of the most interesting things about developing the PDF to HTML convertor is the number of ideas and enhancements which arise from actual... We get lots of emails asking about fonts so this articles tries to explain some of the potential issues. Loading fonts All fonts used... When you convert a PDF to HTML, you move from a coding environment where you can work in any floating point size to one... Introduction HTML5 can contain links to external images and other resources (which often makes the HTML5 page much faster to load because it is... The PDF file format allows you to embed video directly inside a PDF file. So, I wondered, how easy would it be to write...