If there a way to print/export multiple PDF pages in page design? Instead of going inside each page and exporting one by one.
I already have several different pages.
The issue is I want to export them to pdf all together, not one by one.
All pages of a multi-page template are printed to PDF. I don’t understand the issue.
Each page comes from different DBs of seatable, not the same one. So essentially separate pages, not multipage. I have to go inside each one to export to pdf
Does it make sense now?
Hi @Nicos, yes that make sense, however I don’t have any magic solution for you
Here is what you can try:
If you don’t have too many records to export
Create in each table you want to export pdfs from a file column and a button column, and configure the button to convert the page to pdf (stored in your file column). Doing so, you can just click on the button in each row to generate the pdf, which can eventually be a bit faster than opening each template
If you have enterprise plan (this idea needs automations)
You can define the sae action (convert page to pdf) with automations, but only with the trigger Run periodically on records meet conditions and you can use a frequence higher than once a day. However, if this is ok for you, you can add a pdf column (to store the doc) and a checkbox column (to tell that you want this row to be printed) in each table you want to export pdf from, then check the rows you want to export and wait for your trigger.
Still, using any of these solutions, you’ll have to download the file one by one (it should actually be possible to create a python script to download them all )
Bests,
Benjamin
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.