Easy PDF Server

Easy PDF Server A Simple API to Convert HTML to PDF

HTML to PDF API Features

Easy PDF Server offers two ways to convert HTML to PDF. Choose the option that best fits your infrastructure requirements and budget.

Hosted REST API

Our fully managed cloud API handles everything. Send HTML or a URL, receive a PDF. No servers to maintain, no Chromium to configure.

Subscribe to Hosted API ($20/mo)

Self-Hosted on AWS Marketplace

Run Easy PDF Server on your own AWS infrastructure. Keep all data within your VPC while still getting the turnkey convenience of a pre-built AMI.

View on AWS Marketplace

Feature Comparison

Both the hosted API and the self-hosted AMI use the same Chromium-based rendering engine. The difference is where the software runs and who manages it.

Code Samples

The API is the same regardless of which option you choose. Here is how easy it is to convert HTML to PDF using curl:

curl -f 'https://api.easypdfserver.com/make-pdf' \ --data-binary '{"html":"<h1>Hello World</h1>", "key":"YOUR-API-KEY"}' \ > download.pdf

For self-hosted users, replace api.easypdfserver.com with your own instance address. Full code samples for Node.js, PHP, Python, and Ruby are available on the homepage.

Ready to Get Started?

The hosted API is the fastest way to start. Subscribe in minutes and receive your API key immediately. Prefer to run it yourself? Launch the AMI on AWS Marketplace.

Get Started