Relative Content

Tag Archive for phplaravelpdfjobs

How implement barryvdh(create multipage PDF) into job in Laravel?

I have a problem and need some help on how to implement the Barryvdh DomPDF library or more specifically, how to use this library to create a multi-page PDF. My goal is to generate a PDF that consolidates multiple documents into one single multi-page PDF. Currently, the job ensures that multiple PDFs can be printed or generated sequentially, but each one is generated individually. However, I need to ensure that all these PDF files are generated into one single multi-page PDF. I have no idea how to achieve this in the job. Could someone assist me?