-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to use @page:last #238
Comments
Are there any updates on this? Trying to place a footer only on the last page. |
+1 |
I saw in another issue that someone dealt with it through his templating framework, where he checked if its the last page.. |
This feature would be very relevant if you have the time :) Thank @danfickle |
+1 |
+1 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm trying to do what is said in this issue (issues/172) to create a different footer in the last page of my pdf.
However, I'm getting an error because of this line:
openhtmltopdf/openhtmltopdf-core/src/main/java/com/openhtmltopdf/css/parser/CSSParser.java
Line 614 in b795136
Apparently, @page:last is not a valid option. I can only use @page:first, @page:left or @page:right.
Is there any other way to change the footer of the last page?
(Version I am using: 0.0.1-RC13)
The text was updated successfully, but these errors were encountered: