One of our popular services is the ‘save as PDF’ functionality. This allows you to add a link to your webpages that your visitors can click on and get a PDF of that particular webpage or any other webpage on the same (sub)domain. The reason it’s so popular is that it allows website owners to… Read more »
Posts By: Dan
Convert to PDF with one line of code – part 5 – Perl
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#, Java and Ruby in our previous articles, but now in Perl. This will also be the conclusion of this series… Read more »
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 – API vs SDK
As you may know we have two different ways of creating PDFs from your application – our HTML to PDF API and our HTML to PDF SDK.Since not everyone is so familiar with the terms API and SDK, we’ll try to explain them in this post and look at the differences. The term API is… 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 »