I am really keen to use Convertio to create and email a PDF in my app as it has a free option for testing, and is relatively cheap (compared to the very expensive SelectPDF).
Unfortunately, as so often happens with Bubble, I spend days trying to interpret the cryptic and incomplete instructions available.
Some questions:
-
When I invoke “Convert url to image” I must enter “(parameter) file”. It took awhile to work out that this refers to the url of the page I wish to convert. When I enter “This url” (selected from Dynamic data), the converted image consists of an empty white page. How do I enter the url of the current page (which contains the button to initiate the convertio process)?
Then I am asked to enter “(parameter) filename”. I put in “test.pdf”. What is this filename for? Will it contain my converted image? If yes, how do I view the file? Where do I find this file? Can I attach it to an email? -
When I schedule my event “ConvertioEmail”, I am asked to specify “Workflow data”. What should I put in here? Currently I am putting the ConvertioStatus, for want of a better idea.
-
When I attempt to “Open an external website” using the “data:application/pdf…” string generated, nothing at all happens. Is this the right command?
-
How would I attach the converted pdf of my webpage to an email? Currently I am just dumping the whole “data:application/pdf…” string into the body of the email.
Any help would be greatly appreciated.