Convert PDF to Images

After converting, you need to “Get a Job”

(which can contain multiple tasks)

Then iterate the results files for the images

(where task operation is of type “export/url”)

And download the file before uploading it to Google Drive.


Using this I’ve managed to split an example PDF with two pages into two output images, and upload it to the same folder as the original file.

Screenshot_2023-12-08_101231

Screenshot_2023-12-08_101249


Fun fact:

Every 100 DPI in the original PDF is equivalent to 100% of the output dimensions of the image.
So if the PDF is in 300 DPI, the output image will be 3x the dimensions of 100% zoom of the PDF.

If you want to save on Make data transfer, try converting to JPG image output instead of PNG.

5 Likes