We’d like to think that our pages have lot of examples to work with. The SDK is fully explained and, since it’s a complete library, there’s no reason for you to write any code yourself when you use that. The HTML to PDF API page also has plenty of code examples and we’d like to… Read more »
Posts Categorized: HTML to PDF API
Page Sizing
All our services have always allowed you to define your own page size by using width and height parameters, or by setting a default page format in your members area. We have also made the parameters pagesize and orientation available to both the API as well as the save as PDF link. This will allow… Read more »
Data processing and “cloud” processing
Lately we have been getting a lot of inquiries about where we do our actual conversion. These inquiries are mostly related to data protection laws in the jurisdiction of the person or company inquiring about this. Ever since ‘cloud computing’ has become popular, more and more companies are concerned that it’s no longer clear where… Read more »
Using your own HTML to PDF server
At the end of the last year we wrote about our new process of setting you up on an unmetered shared or private server. Before then it always took us a few days to get you completely set up, but now it typically takes one business day or – in cases where you’d like an… Read more »
Faster, faster, faster
Today we’re pleased to announce that we’re doing more performance improvements to our systems, which we’ll be rolling out over the next weeks. As always, we look forward to your feedback if you have any. One of the things we’re doing is very good news for our HTML to PDF SDK and API users. We’re… Read more »
HTML to PDF conversion and @page implementation
In this post we’ll shine some light on the level of CSS support that our conversion engine offers. As you can see all over the site we support CSS, quite some CSS2 and some CSS3. To be precise, you can see in this article on Wikipedia how Webkit compares against other rendering engines as far… Read more »
HTML to PDF API now supports merging of PDFs
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 »
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 »
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 »