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

Zoom issue #59

Closed
brunoprograma opened this issue Aug 31, 2016 · 1 comment
Closed

Zoom issue #59

brunoprograma opened this issue Aug 31, 2016 · 1 comment

Comments

@brunoprograma
Copy link

brunoprograma commented Aug 31, 2016

Zoom is not working on options dict

        options = {
            'page-size': 'A4',
            'orientation': 'Portrait',
            'margin-top': '0.75in',
            'margin-right': '0.75in',
            'margin-bottom': '0.75in',
            'margin-left': '0.75in',
            'encoding': 'UTF-8',
            'quiet': '',
            'zoom': '1.5' # float is not working too
        }

        pdf = pdfkit.from_string(text, False, options=options)

any suggestion?

@JazzCore
Copy link
Owner

Try running wkhtmltopdf from CLI to check whether it returns same result. Closing for now, feel free to reopen if issue still exists.

Sorry that it took so long for me to get to it...

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