Uploading PDFs and/or converting PDF documents to JPEGS

Hi folks,

I’m building an app where I’d like to be able to upload receipt image and invoices. It’s working great with image file so far, but the pic upload feature in bubble does not allow me to upload PDFs. How should I go about this? Is there a way to upload a PDF and convert the images to JPEGS, and/or/maybe is there a way to do a file upload workflow which allows for PDFs in addition to image files?

Thanks

The issue is that Bubble’s Picture Uploader is strictly limited to image files. To fix this, swap it out for the File Uploader element instead. You can set the file type limit to ‘Everything’ or specifically ‘Images and PDFs,’ which will allow both types in a single workflow.

That works, however I want to be able to view the PDF’s afterwards. I think I need a way to conver the PDFs to Images too.

1 Like