Easy PDF Server offers two ways to convert HTML to PDF. Choose the option that best fits your infrastructure requirements and budget.
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)
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.
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.
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.
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.