Services Plugins FAQs

Bubble Page to PDF converter Plugin for Bubble - Documentation Page is Down

Hey y’all. Just tried to access the documentation found at https://docs.zeroqode.com/plugins/bubble-page-to-pdf-plugin which is what the plugin says is the documentation page, but I got a page not found error. I’m just trying to figure out how to get this thing to generate a single pdf from two elements on my page. At the moment I can’t even get it to generate a pdf from one element, but I figure being able to access the documentation would take me pretty far there.

Alrighty luckily the plugin is pretty intuitive so I’m not blocked here. Just need to figure out how to get these two groups to print as page 1 and page 2 instead of side by side as one page. The documentation of course is still down, so that should be addressed, but if anyone has any tips on getting a group to be page 1 and another group to be page 2, that would be lovely to know.

Hi @budbuddydelivery303
Apologies for the late reply due to the weekend. :pray:t2:

First of all, please use the link to see the documentation, here: https://docs.zeroqode.com/plugins/bubble-page-to-pdf-converter-plugin

And let me please explain how the Pagebreaker works. When you assign the ID of the element into the Pagebreaker IDs field (in the plugin action), that means that this element, which ID you have indicated, will appear on the separate page of the converted PDF document. Thus, if you want some element to appear on the new page, assign an ID to it and indicate this ID in the Pagebreaker IDs field of the plugin action.

Your plugin setup should be the following:

  1. place the plugin element on the page, enable file uploads there (“yes”);
  2. assign an ID to the parent group, in which your page content is placed (for example, “page”);
  3. separate the content of this parent group into 2, dividing it into 2 pages that you want to have as a result. Name them, for example, page_one and page_two;
  4. assign the “Generate pdf from HTML server-side ConvertortoPDFv2.0 A” action to some button that should trigger the plugin’s conversion work;
  5. in the Convert Target dropdown choose “Single element”
  6. in the ID field assign the ID of your parent group (“page”)
  7. in the Pagebreakers ID field insert the IDs of your child groups (“page_one…“)

For example, please see my test setup. Here I have used 3 elements to convert them on 3 separate pages of the PDF document: zeroqode-demo-01 | Bubble Editor

Hope it helps!

Best,
Gulce