Skip to content
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

pages #26

Open
yishairasowsky opened this issue Jul 25, 2021 · 2 comments
Open

pages #26

yishairasowsky opened this issue Jul 25, 2021 · 2 comments

Comments

@yishairasowsky
Copy link

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] ~',
@samuelcolvin
Copy link
Member

Maybe try wkhtmltopdf/wkhtmltopdf#2591

@yishairasowsky
Copy link
Author

yishairasowsky commented Jul 25, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants