tcpdf-laravel
tcpdf-laravel copied to clipboard
How can I generate multiple pdf and download them at same time
I wrote code that generates multiple pdf using foreach loop and at the end of each iteration download pdf line is added but what it does is that loop just ran for a single time and one pdf was generated and that gets downloaded it doesn't go for further iterations
Hey there, can you provide an example of your code, it is unclear to me what do you mean by adding download PDF line Also, did you follow the guide to multiple pdf in the readme?