Hi
Is it possible to add pagenumbers in pdf export?
Johan
Hi
Is it possible to add pagenumbers in pdf export?
Johan
The PDF export does, by default, add page number to top right of the page. Do you want to do something else with page numbers?
--
myDBR Team
It would be nice to have them in footer.
How can I set pagenumber?
You can use wkhtmltopdf options to set the footer:
select 'dbr.wkhtmltopdf', '--footer-left "[page]/[toPage]"';
See more details from wkhtmltopdf documentation (wkhtmltopdf -H).
--
myDBR Team
Ok thanks
You must log in to post.