Good news! We’ve just brought the merging functionality, which we recently introduced to the SDK, also to the API. This now allows you to take different sources of HTML and put them together into one big PDF, without having to do any HTML juggling. The merging functionality is quite useful for a lot of different… Read more »
Posts Tagged: HTML to PDF API
HTML to PDF API – examples
In this post we’ll show you a list of examples of using the HTML to PDF API. Each of these examples is intended as addition to the documentation, that explains all options. The HTML to PDF API works in all programming languages. So you can invoke it in C#, Java, PHP, Ruby, Python, VB.NET or… 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 »
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 »
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 »