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

PHP setPageMargins

trav wrote on 2013-03-23:
Hello,

I am trying to call the new setPageMargins function using the PHP api.

$client->setPageMargins("1in", "1in", "1in", "1in");

This generates the following error:

Fatal error: Call to undefined method PdfCrowd::setPageMargins()

Please advise,

Thanks
trav wrote on 2013-03-23:
Ugh, nevermind. I downloaded the new client library. Need more coffee.

Thanks for adding this feature, it is very helpful.