Api2Pdf is a powerful PDF generation API with no rate limits or file size constraints. Api2Pdf runs on AWS Lambda, a serverless architecture powered by Amazon to scale to millions of requests while being up to 90% cheaper than alternatives. Supports wkhtmltopdf, Headless Chrome, LibreOffice, and PDF Merge. You can also generate barcodes with ZXING (Zebra Crossing).
We’ve made a number of open source libraries available for the API
Create an account at portal.api2pdf.com to get an API key.
Authorize your API calls
Authorization: YOUR-API-KEY
If you are looking for just a quick call to grab PDFs of a URL, you can do a GET request like:
https://v2018.api2pdf.com/chrome/url?url={UrlToConvert}&apikey={YourApiKey}
For more advanced usage and settings, see the API specification below.
Use this page to mock Api2Pdf - PDF Generation, Powered by AWS Lambda in your testing and development.
Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of Api2Pdf - PDF Generation, Powered by AWS Lambda, which will allow you to keep building and testing even if the actual API you isn't currently available.