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.
On the newer TCPDF version you can define the page size in multiple ways:
setPageFormat()
method at http://www.tcpdf.org.Check also the default examples no. 28 and 60 at http://www.tcpdf.org.