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 »
Monthly Archives:: March 2013
Save as PDF – features of the one click PDF
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 »
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 »
Converting a URL with additional parameters
All our services offer the possibility of passing a URL as a parameter so that specific URL will be converted to a PDF. We see a lot of our users struggle the first time they want to pass a URL that contains additional parameters separated by an ampersand (&) sign. Most of the time you’ll… 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 »