This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Fit HTML to A3 paper

denis_krcho wrote on 2014-11-14:
Hi,

i need help. I have a html file and i need create a PDF. But i need resize html content and fit to pdf (A3 paper). It is possible?

My API:
$client->setPageWidth('297mm');
$client->setPageHeight('420mm');
$client->setPageMargins("0mm","0mm","0mm","0mm");
$client->setHtmlZoom("100");
$client->setPdfScalingFactor(3);


Thanks.