How to create a PDF with multiple pages

the RG will show multiple user’s data in the Group, and how to print all users into a multi pages PDF?

You can use a dynamic ID for each group
And reference to the action using the same ID.

To generate the ID attribute you can use something like

ID attribute: ElementParent group’s user’s ID

Where Element is just a text and the rest is dynamic expression.

1 Like

oh YES! I didn’t know we could use a dynamic ID,
now I can add a button to print(generate PDF) a group, Thank you very much!
next step, how to print all the groups by a button click?
I try to use API workflow like this:
image
can you recommend a free PDF plugin for the task?

image
for example, I have a RG it shows 3 users.
I can place a button to print PDF for each user.
now what I want is to have a button that I can print them all.
(instead of clicking the PDF button 3 times, to print a PDF with 3 pages in it)

I did this a different way using the SelectPDF official plugin from Bubble.

You can check this out:

1 Like

Single Developer License $499 ?

Put the workflow that generate the pdf in a custom event and loop through the RG group and use Schedule Custom Event to trigger the generate event.

1 Like

Please provide a straightforward example; it would be greatly appreciated.

I created this example for you
Templates | Bubble Editor

image

If you do try out SelectPDF, you get one of these licenses.

Other than the caveat I pointed out in my example with align-to-parent alignment, SelectPDF is super solid.

it does not create a PDF with multiple pages in it…

error: the [download all] button creates 85 files!?

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