t-houssian / fillpdf

A python library to make filling pdfs much easier
MIT License
134 stars 23 forks source link

How to add another page to the PDF? #37

Open kimbuckley opened 2 years ago

kimbuckley commented 2 years ago

For my use case, I am listing course credits in a PDF with only 13 rows in the table. If a user has more than 13 credits, I would like to add another page to continue filling in there. Is it possible to add another page to the PDF using the same template as the first page?