1

I have several PDF's to generate, each with its url. For example:

Localhost/generatepdf/1
Localhost/generatepdf_color/1
Localhost/generatepdf_color/2

I'm doing it in laravel, and every route has its respective function in the controller, so far so good. But what I want to do now, is to put everything together in one link, for example localhost/allpdfs where I will have all the pdf's that are generated by the link's above, one after the other, in the same PDF document. Is it possible?

pc_oc
  • 535
  • 3
  • 8
  • 26
  • Possible duplicate of [mpdf import all pages from another pdf document](http://stackoverflow.com/questions/17992952/mpdf-import-all-pages-from-another-pdf-document) – Christophvh May 10 '17 at 12:01
  • @Christophvh, In this case, mpdf imports pages from a file that already exists and not from a file that is also generated – pc_oc May 10 '17 at 13:01

0 Answers0