I’m trying to figure out the best way to go about create a data object from a PDF.
So I’d upload a PDF that contains a picture along with a description.
Essentially what I’m trying to do is take something that looks similar to an instagram post, but is a PDF, and turn that into an object in my database. Anybody know of any simple solutions?
I think this would depend on how you are looking to use the PDF once it is uploaded. You can create an object in the bubble database and make a field that has a ‘Field Type’ of File. Then use the ‘file uploader’ element and an associated workflow to let users upload their own PDFs. Let me know if you would like me to create and example app to demonstrate this.