tcpdf-laravel icon indicating copy to clipboard operation
tcpdf-laravel copied to clipboard

Custom page size

Open ical135 opened this issue 3 years ago • 2 comments

How to set custom page custom, in other github source can set width and hight on initial Class TCPDF,

other source :

$pageLayout = array(30, 70); $pdf = new Tcpdf('L', 'mm', $pageLayout, true, 'UTF-8', false);

But I can't using with this library.

ical135 avatar Sep 01 '21 09:09 ical135

You can use the config file

elibyy avatar Sep 02 '21 11:09 elibyy

how do i set the width to 210 and the height to 330?

kickymaulana avatar Jan 04 '23 07:01 kickymaulana