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

Footer visibility on cover page

jsharp111 wrote on 2012-01-27:
I love this service. Your QoS is excellent. The setFooterHtml is also working brilliantly. Page numbers, layout precision - great job!

I have a question involving cover pages - it is typical that the cover page = "page 0", and that page number not be rendered for this page.

Can this be done using any current parameters? If not, is it on your road map?
support wrote on 2012-01-27:
Thanks for the positive feedback! This is on our todo list as more users are asking for this feature.

A question: do you want to completely hide the footer on the cover page or just not to render the page number?
jsharp111 wrote on 2012-01-27:
Obviously, like a small child, given the choices, I will take both!

Most commonly, I believe folks would want to hide the entire footer on the cover page.

I can't imagine anyone wanting to show a zero page number. But I've been wrong before.
support wrote on 2012-02-09:
We added support for this. Here is a PHP example:
$client->setHeaderFooterPageExcludeList(1);
$client->setPageNumberingOffset(1);


More info in the docs.

Please note that you have to download the latest API client library.
jsharp111 wrote on 2012-02-09:
You guys absolutely rock!

I wish every company we worked with was as responsive to customer needs - even 10% as responsive would be nice.

Great stuff.
jsharp111 wrote on 2012-02-14:
We have downloaded the latest pdfcrowd.php and completed our integration with this - and it works great, as expected. Thanks again.