-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Hi! I love your work. I am trying to make page numbers alternately appear at the bottom left for odd pages and bottom right for even pages. Is there a way to do that?
What I have so far is this...
wkhtmltopdf_path = 'C:/Program Files/wkhtmltopdf/bin/wkhtmltopdf.exe'
config = pdfkit.configuration(wkhtmltopdf=wkhtmltopdf_path)
options = {
'footer-center': '~ [page] of [topage] ~',
Metadata
Metadata
Assignees
Labels
No labels