A few weeks ago we released the newest version of the HTML to PDF SDK. In this post we’ll go into the new features that have been added in this version. Our PHP SDK already supported a plethora of functions like page formats, margins, encryption, password protection etc. The newest features that now have been… Read more »
Monthly Archives:: March 2013
Highcharts to PDF with Webkit
Every now and then we like to dedicate a post to a little bug or quirk of our beautiful rendering engine that is webkit. Today we dedicate it to rendering charts from Highcharts.com. There are two problems that typically occur when people try to render charts from Highcharts with a renderer based on webkit: Thick… Read more »
C# HTML to PDF API
Converting HTML to PDF in C# is an easy task with our API. Today we’ll be going over the functions in this library and we’ll show you code examples in C# that help you turn HTML into PDF. Our HTML to PDF library works on any platform that has a HTTP connection and supports the… Read more »
HTML to PDF from the command line
It’s a little known fact that our HTML to PDF API can also be used from the command line or the browser address bar directly. This may sound a little strange and geeky, but I assure you – it’s neither. The reason behind this is that our API is based on sending a HTTP request… Read more »
how to convert a HTML web page into a PDF file using Java
Converting a HTML web page into a PDF can be easily done in Java with our HTML to PDF API. We’ll show you the basic steps and point you to all options you can use to customize the conversion process. You don’t need to install any additional libraries or anything. All you need to do… Read more »