Is there anyway i can set the generated PDF\'s width and height? i want to customized the width and height of the PDF. Normally it would be on a size of a short bond paper b
You can set your own format, without having to change DOMPDF code, by passing an array when you're calling DOMPDF::set_paper(). Make sure it contains the width and the height in points, like this: