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 »
Posts Categorized: HTML to PDF API
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 »
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 »
HTML to PDF in C# made easy
So you want to convert HTML to PDF in C#? Well – you’ve come to the right place. We’ve made our HTML to PDF API so easy that you’ll be converting any URL to PDF in C# in a matter of minutes. Our API works by sending a HTTP request with the parameters for the… Read more »