pydf icon indicating copy to clipboard operation
pydf copied to clipboard

pages

Open yishairasowsky opened this issue 3 years ago • 2 comments

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] ~',

yishairasowsky avatar Jul 25 '21 19:07 yishairasowsky

Maybe try https://github.com/wkhtmltopdf/wkhtmltopdf/issues/2591

samuelcolvin avatar Jul 25 '21 21:07 samuelcolvin

thank you!!!

On Mon, Jul 26, 2021 at 12:14 AM Samuel Colvin @.***> wrote:

Maybe try wkhtmltopdf/wkhtmltopdf#2591 https://github.com/wkhtmltopdf/wkhtmltopdf/issues/2591

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tutorcruncher/pydf/issues/26#issuecomment-886258538, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJN7CN4WYJRIKTBRV5WDNUDTZR5CBANCNFSM5A62CPPA .

-- Yishai Rasowsky 054.848.2245 Audio classes here https://anchor.fm/yishai-rasowsky.

yishairasowsky avatar Jul 25 '21 21:07 yishairasowsky