Bubble pdf converter

Hey Guys, i am trying to turn a page into a pdf that will be saved on in my data, i have researched other forums where people have come up with the way to do it, but it is still not working for me! Maybe i am missing something?


Hi @jinja
You can see their official demo editor & compare it with yours.

Also don’t forget to tag @ZeroqodeSupport if you have any questions regarding their plugins & templates

1 Like

Hello @jinja,
Thank you for reaching out!

In order to save the resulting PDF file into the database, please follow the steps below:

Build a flow that will create a database record with the URL of your resulting PDF file. How to do this:

  • activate the Upload file to AWS checkbox;
  • add event “When ConvertToPDF A converting is finished”
  • add the action Create a new thing, Type = database table where you want to save the PDF URL;
  • set the field “PDF URL” (the column name where you’ll save the file URL) = ConvertToPDF A’s Output File URL

Also, please note that the result of the plugin work is a URL to the converted file, not a file itself. That’s why you should create a data type “text” in your app data. So, please make sure the “pdf URL” is “text” in your database.

Summary


Besides, let us please suggest you use the newest plugin action which is called "Generate pdf from HTML server-side ConvertortoPDFv2.0 A ". It provides a high-quality PDF document as a result of the plugin’s conversion. Screenshot by Lightshot

Hope it helps. :slightly_smiling_face:

Best regards,
Zeroqode Support Team

This topic was automatically closed after 70 days. New replies are no longer allowed.