How to print 500+ pdf in single click with dompdf , while each pdf can have n number of pages?
I have 100+ items, items have diff data.I want to print n number of pdf with single click, each pdf can have n number of pages. I am using foreach and getting results but when item have 2000+ rows (1 page have 25 rows)then its getting timeout. Here is my code: