Search results for: pdf to html5

Lessons Learned Using GlassFish and NetBeans

After my talk at JavaOne2013 I felt there was some really useful material which deserved a wider audience so I have decided to use...
Nathan Howard
3 min read

5 tools to help you write better Java Code

At IDR Solutions we are always looking at ways to improve our Java PDF Library and our PDF to HTML5 Converter. The best way...
Alex Marshall
3 min read

Web Services: Creating and Deploying a Java Web Service

In my previous article on web services I mentioned how www.idrsolutions.com received a lot of questions about Java development. In that article I gave a...
Simon Lissack
3 min read

How does Image Aspect Ratio work in SVG

SVG is a fantastic technology that is becoming increasingly popular as our web browsers get increasingly more powerful. I actually think that SVG offers...
Leon Atherton
1 min read

Optimising conversion from float to String in Java

Lets say you have a very specific use case – you want to convert a float to a String in Java, and if the...
Leon Atherton
2 min read