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

Pdf document size B4

bard wrote on 2013-03-28:
Hi

I am new to Pdfcrowd solution, and my first question here is how to set the pdf size generating in B4?


Bard
support wrote on 2013-03-29:
Hello,

Use the setPageWidth() and setPageHeight() functions. A PHP example:
$client->setPageWidth("250mm");
$client->setPageHeight("353mm");