Convert PDFs to images on AWS Lambda using Python without pdf.la

Craig Chen
2 min readOct 7, 2019
Photo by Markus Spiske on Unsplash

In this post, I’m going to share my experience on how to convert a PDF file into an image on AWS Lambda function and how I deal with the pdf.la: file not found error.

In “previous” AWS Lambda operation environment, it is very easy to convert PDF into images using PythonWand library on AWS Lambda. Wand library is based on connecting ImageMagick api to…

--

--