-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Support of <header> and <footer> elements #260
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
Conversation
fromHTML PlugIn Support of <header> and <footer> elements.
Looking good, thank you! |
Btw, i've just finished reindenting |
Is there a way to add images in header an footer here? |
Hi all, Regards, Denis |
Yes. Any way to add header/footer in HTML and not text? |
I am trying to accomplish this as well. Is there a way to add a header/footer in html? |
I am still struggling with this. Has anybody found any solution? |
My solution for adding page number with html(...). Perhaps this will help you.
|
Support of
and elements which are rendered on each page. Footer additionally supports special span tags "pageCounter" and "totalPages" which are replaced by the current page number or the total page count (see example below).