I am stuck converting PDF in Google Apps Script to any image format (jpg, png).
The use case is:
- the PDF is taken from email attachment
- needs to be converted to separate images per page (each page 1 image)
- these images needs to be saved to drive
Does someone has experience or example how to do this?
Thanks