Services Plugins FAQs

Convert to PDF - Page Break in Repeating Group

Hello, I have a repeating group with some data displayed inside of it. I would like to have a page break for every group of the repeating group.

The scenario is that I have locations that have transactions. I need to generate a PDF of all locations and their transactions. So I’d like to have a page break after every location, so the next location starts on the new page.

Unfortunately, I can’t have page break IDs of “location1”, “location2” etc because the location list is dynamic.

Any help is appreciated, and I hope that made sense.

Hi @1UPDental,

Thanks for the clear explanation.

A suggested approach would be:

The Bubble Page to PDF Converter plugin itself doesn’t require any special or static element IDs to handle page breaks, even when your data is fully dynamic.

To achieve a page break per location, we recommend the following optional structure in Bubble:

  1. (Suggested) Use one RG cell per location
    While this is not required by the plugin, structuring your page so that each location is rendered as a separate repeating group cell makes it easier to control where page breaks should occur.
  2. Place a page-break marker element after each location block
    Inside the layout that represents a single location (for example, at the bottom of the RG cell), add a simple element or group that will serve as the page break marker.
  3. Configure the Page to PDF action
    In the plugin action, set Page break after element and select that page-break marker element from the picker.
    The plugin will automatically apply a page break after every rendered instance of that element.
  4. Result
  • Each location starts on a new PDF page
  • The setup works with a fully dynamic list of locations
  • No static IDs or manual adjustments are needed

Notes

  • The page-break marker must be placed inside the layout that repeats per location (not on the repeating group itself).
  • This approach uses only the plugin’s built-in settings and standard Bubble layout behavior.

Plugin documentation for reference:

If you’d like to share a screenshot of your current layout, we’d be happy to confirm that everything is aligned correctly.

Best regards,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3

Hi @1UPDental,

Just a quick follow-up to check whether you had a chance to review the suggested setup and try it out on your side.
Did it help achieve the page breaks per location as expected, or is anything still unclear?

If you’re running into issues, feel free to share a quick screenshot of your current layout, and we’ll be happy to take another look.

Best regards,
Support Team
Browse all Zeroqode Plugins for bubble
Banner_Last3