PDF thumbnail generation

Please correct me if I am wrong:

It does not look like there is currently a way I can have a user upload a file and then have the app create and be able to display a thumbnail of the file.

Is there any recommendations for services (via API) to achieve this?
It looks like PDF.co, imagekit.io, and filestack.com might work. Just wondered if anyone had any experience with them or anyone else.

:clinking_beer_mugs:

I think the easiest is to use a code component. GitHub - scandel/pdfThumbnails: A small script to generate thumbnail images for pdf files, based on pdf.js
I have not tried any APIs myself.

Thank you - I don’t have any experience doing that but I will try it when I can !