Archive for June, 2010:
Non-standard page size’s in TCPDF
By David Pratt / Tags: php, tcpdf / 9 Comments » / Published: 23-06-10
If you need to create a PDF using TCPDF that isn’t a standard size (A4, A5, B1, LETTER etc.) then this snippet might help you out: $resolution= array(100, 100); $pdf->AddPage(‘P’, $resolution);
Subscribe via RSS
Twitter