Bug 997682
Summary: | publican fails if wkhtmltopdf is installed | ||
---|---|---|---|
Product: | [Community] Publican | Reporter: | Peter Hutterer <peter.hutterer> |
Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> |
Status: | CLOSED CANTFIX | QA Contact: | Ruediger Landmann <rlandman> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.0 | CC: | aigao, mmcallis, rlandman, sgordon |
Target Milestone: | 4.1 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-02-27 23:53:12 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Peter Hutterer
2013-08-16 02:12:58 UTC
restoring nopdfcover.patch is sufficient to work around it though it then still dynamically picks wkhtmltopdf instad of fop. Even with nopdfcover.patch in place, the wkhtmltopdf output was unusable. Fortunately, Publican 3.2 allows you to specify the PDF engine, so I'll rebase on that. Publican version to rebase is now 3.2.1. Nevermind, I see this is now in updates-testing. From the wkhtmltopdf help page: Currently the list of features only supported with patch QT includes: * Printing more then one HTML document into a PDF file. * Running without an X11 server. * Adding a document outline to the PDF file. * Adding headers and footers to the PDF file. * Generating a table of contents. * Adding links in the generated PDF file. * Printing using the screen media-type. * Disabling the smart shrink feature of webkit. It is not possible for us to get this X11 dep resolved with an unpatched QT. Systems wishing to build books in environments without the patched QT or an X11 server should use the --pdftool option. e.g. $ publican build --langs en-US --pdftool fop --formats html,pdf,txt |