You need to sign in to do that
Don't have an account?
Nitin Sehgal
Removing the footer from the last page only in the pdf
Hi All,
I am generating a pdf in which i have put footers on each page but i don't want to show the footer at the last page of the pdf.
We have @page:first which works on the first page but we don't have @page:last in css.
Is there anythink that can solve this problem?
Thanks in Advance
I am generating a pdf in which i have put footers on each page but i don't want to show the footer at the last page of the pdf.
We have @page:first which works on the first page but we don't have @page:last in css.
Is there anythink that can solve this problem?
Thanks in Advance
Thanks for the suggestion. Can you please give me any example for this?
I am using @Page rules to display footers.
Thanks
if we use
This will only apply to the first page. Do we have somthing which will work on the last page only?