Fill PDF in and download it?

Hi everyone,

You know how some PDFs have interactive fields like text inputs or checkboxes that users can fill in?

I’m trying to figure out how to open one of these fillable PDFs inside a Bubble app, let users fill it out directly in the viewer, and then save the completed PDF onto the Bubble database.

It seems like it should be simple, but it’s been a real headache to get working.

@tylerboodman any chance you’ve figured something like this out?

Thanks in advance!

You can embed Adobe PDF API, which allows saving and support webhook.

I’m also interested

Interesting. Do you know of any examples?

Here is how.

1 Like

I believe you need the Adobe Services API. The Embed API is just for viewing and annotating.

Also PDF.js Viewer Demo | PDF.js Express looks promising since it has a pre-built front end.

Probably both solutions need to be incorporated into a Bubble plugin to work nicely