Right now we’re preparing a showcase of our PDF creation possibilities. The idea is to give a quick overview of all the possibilities that are different services offer through a gallery of PDFs. At the moment we’re thinking of showing examples of the following: page formats like A3, A4, Letter, custom page formats and single… Read more »
Posts Categorized: HTML to PDF conversion
Convert to PDF with one line of code – part 4 – Ruby
Today I’m going to continue the series on converting HTML to PDF with one line of code with our HTML to PDF API. I’ll be trying to accomplish the same we did in PHP, C# and Java in our previous articles, but now in Ruby. Now let’s look at the ‘rules of the game’ again:… Read more »
Convert to PDF with one line of code – part 3 – Java
Today I’m going to continue the series on converting HTML to PDF with one line of code with our HTML to PDF API. I’ll be trying to accomplish the same we did in PHP and C# last time, but this time in Java. Now just to summarize the ‘rules of the game’ again: we’ll only… Read more »
Convert to PDF with one line of code – part 2 – C#
Today I’m going to continue the series on converting to PDF with one line of code with our HTML to PDF API. I’ll be trying to accomplish the same we did in PHP last time, but this time in C# or .NET. Now just to summarize the ‘rules of the game’ again: we’ll only send… Read more »
Convert to PDF with one line of code – part 1 – PHP
Today I’m going to start a series on our HTML to PDF API. I’ll be trying to accomplish something really cool – converting a URL to PDF with just a single line of code. And I’m going to try to accomplish that in PHP first, but the next parts of the series are going to… Read more »
HTML to PDF conversion in Perl
Last week we did an article about using HTML to PDF API from the command line. I think it illustrated well how easy the API works, yet how powerful it is. It also made me realize that Perl is both these things. I think a lot of people nowadays don’t give Perl the credit it… Read more »
HTML to PDF SDK version 1.4 released
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 »
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 »