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

Add option use_xvfb to emulate an X server #909

Merged
merged 1 commit into from
Jun 12, 2020

Commits on Apr 30, 2020

  1. Add option use_xvfb to emulate an X server

    On some systems an X server is not available, and thus a PDF generation
    is not possible. This can be avoided when installing `xvfb-run` which
    emulates an X server.
    
    Enabling the `use_xvfb` option will wrap any `wkhtmltopdf` commands
    around the command `xvfb-run`, in order to be able to create PDF's, even
    without having an X server running.
    mschnitzer committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    f2373e1 View commit details
    Browse the repository at this point in the history