This example on tcpdf\'s website shows how to use page formats like A4, A5 etc, but how do I set tcpdf to use custom sizes like 175mm x 266 mm?
Solutions appreciated.
The truth, now you can solve it like this.
//AddPage [P(PORTRAIT),L(LANDSCAPE)],FORMAT(A4-A5-ETC) $pdf->AddPage('P','A5');
Source: https://tcpdf.org/examples/example_028/