phpdave11/gofpdi

How can I import multiple pages once?

Closed this issue · 2 comments

Hi, I use gofpdi in gofpdf to import pdf, but my template pdf have 12 pages, so I have to use gofpdf.ImportPage in every page. It too slow for me. So, how can I import multiple pages once? Thx.

For gofpdf, the ability to concurrently use gofpdi was recently merged into master. See jung-kurt/gofpdf#288

thx!