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

Trouble scaling my Printout

winduff wrote on 2015-05-13:
Hi all,

I'm trying to squeeze this into a PDF file, so it looks nice. When I print the page from my computer, it seems like it's possible to print it nicely.

When I use pdfcrowd to convert it to a PDF (see here for pdf) however, it is scaled down and doesnt display properly.

Any advice on what settings to play around with in the API?

Thanks alot!
Chris
support wrote on 2015-05-13:
Hello,

You can try to play with the setPageHeight and setPageWidth API methods. For example, the following sets the PDF page size to A4 landscape
$client->setPageWidth("298mm");
$client->setPageHeight("210mm");