Relative Content

Tag Archive for node.jspdfnpmgoogle-cloud-platformimagemagick

Issues Converting PDF to Images in Node.js on Google Cloud Functions

I’ve been trying to convert PDF files to images using various methods and packages in Node.js. While the code works fine locally, it fails when deployed to Google Cloud Functions. I want to convert a pdf into images. Each page of pdf must be converted into an image.
I am using Node.js 20 and Mac M1.