Welcome! Log In Create A New Profile

Advanced

Footer visibility on cover page

Posted by jsharp111 
Footer visibility on cover page
January 26, 2012 11:00PM
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?
Re: Footer visibility on cover page
January 27, 2012 02:17AM
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?
Re: Footer visibility on cover page
January 27, 2012 04:35AM
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.
Re: Footer visibility on cover page
February 09, 2012 06:42AM
We added support for this. Here is a PHP example:
$client->setHeaderFooterPageExcludeList(1);
$client->setPageNumberingOffset(1);

More info here and in the docs.

Please note that you have to download the latest API client library.
Re: Footer visibility on cover page
February 09, 2012 07:11AM
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.
Re: Footer visibility on cover page
February 13, 2012 09:13PM
We have downloaded the latest pdfcrowd.php and completed our integration with this - and it works great, as expected. Thanks again.
Sorry, only registered users may post in this forum.

Click here to login