Headless Chrome on AWS Lambda

Api2Pdf runs Headless Chrome on AWS Lambda. PDF generation on a serverless architecture like AWS Lambda has several advantages: 1) You only pay for the processing power to generate the PDFs when you need it. 2) It scales infinitely. 3) You can handle massively large files and CPU usage or a just a tiny bit.

Instead of running your own VMs at full capacity on the off-chance someone is going to generate a huge PDF and crush your server, serverless solves this problem.

After building PDF generation API tech stack to service our own needs, we spent some time retooling it so that every developer can sign up and get started within minutes.

Api2Pdf offers three endpoints for Headless Chrome:

An example of a simple GET request with the HTML to PDF API is:

https://v2018.api2pdf.com/chrome/url?url={UrlToConvert}&apikey={Your-Api-Key}

Next Steps

Create Account and Explore the Docs

Questions?

Don’t hesitate to contact us.