Merging PDFs

Convert webpages to PDFs and merge them into a single PDF using a single API call.

Merging PDFs
Photo by Lance Grandahl / Unsplash

We now support batch merging PDFs in a single call. Not only do we support merging PDFs in a batch, but we fan out the request to multiple workers and fan it back in to merge it all. Which significantly reduces the amount of time it takes to merge multiple PDF URLs.

So you provide us with a set of webpage URLs, we fetch those webpages, convert them to PDFs, and then combine them into a single PDF. All you do is call a single API method. We handle all of the complexity. Here is a quick example of how that request looks:

https://api.cloudlayer.io/v1/url/pdf
Service Endpoint
{
	"batch": {
		"urls": [
			"https://google.com",
			"https://wikipedia.org",
			"https://example.com"
		]
	}
}
JSON Request

Coming soon is a complete set of PDF Utility services that allow you to do all kinds of things to PDFs directly. Two of those are merging PDFs and securing a PDF with a user password and an owner password.

Learn How to use HTML to Generate Dynamic Images
Find out how to use HTML to generate rich images with useful things like graphs, QRCodes, dynamic text, and more.
Learn How to Automate your PDF Generation Process
Using our service you can automate the generation of PDF documents such as invoices, receipts, and more. In this article, we explain how to use our API and Zapier Integrations for generating dynamic PDF documents.