Posts Tagged ‘generate pdf on aws lambda’


Api2Pdf releases java client library to convert HTML to PDF and more!

January 9th, 2019 / by api2pdf /

Intro Since we released Api2Pdf, we have received many requests for a java client library. It’s been on our to-do list, but we just hadn’t gotten around to it yet. We have previous released libraries and SDKs for PHP, Python, C#, and node. You can now convert HTML to PDF with java using our java […]

Read More

FPDF Alternative for PHP for Generating PDFs

October 10th, 2018 / by api2pdf /

Intro FPDF is an open source library to generate PDFs in PHP. There are some key advantages to this. No external dependencies — can generate basic PDFs straight from PHP code. Free This might be okay for some, but there are issues with FPDF. With a pure PHP implementation, you run into serious problems. You […]

Read More