-
Notifications
You must be signed in to change notification settings - Fork 647
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option
use_xvfb
to emulate an X server (#909)
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.
- Loading branch information
1 parent
23c13d7
commit aefa10f
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters