How can I import multiple pages once?
Closed this issue · 2 comments
hanFengSan commented
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.
phpdave11 commented
For gofpdf, the ability to concurrently use gofpdi was recently merged into master. See jung-kurt/gofpdf#288
hanFengSan commented
thx!