I have a Trello board with over 700 cards. I would like to export a copy of the board to a folder of PDF files, one file per card.
I have tried the Board Export power-up, but so far as I can tell, I can use that only to export a single PDF file of the entire board (meaning one PDF file of over 700 pages).
Is there a process for obtaining the output that I need?
Hi Drew!
I don't know if there is an easier way, but you could try export the board as JSON and then use a Python script to parse the JSON file and extract the card information, in the same script you could use fpdf or reportlab to create a PDF file for each card.
I hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.