Hello list,
actually i'm providing publican (DocBook publisher) for openSUSE. For creating a PDF it uses:
Running: /usr/bin/wkhtmltopdf --disable-smart-shrinking --javascript-delay 0 --header-spacing 6 --footer-spacing 6 --margin-top 14mm --margin-bottom 14mm --margin-left 15mm --margin-right 15mm --header-html tmp/en-US/html-pdf/header.html --footer-html tmp/en-US/html-pdf/footer.html --load-error-handling ignore cover tmp/en-US/html-pdf/cover.html toc --xsl-style-sheet tmp/en-US/html-pdf/toc.xsl tmp/en-US/html-pdf/index.html tmp/en-US/pdf/latex_curriculum_vitae-2.0.0-latex_curriculum_vitae-en-US.pdf
But i'm got:
The switch --disable-smart-shrinking, is not support using unpatched qt, and will be ignored.The switch --header-spacing, is not support using unpatched qt, and will be ignored.The switch --footer-spacing, is not support using unpatched qt, and will be ignored.The switch --header-html, is not support using unpatched qt, and will be ignored.The switch --footer-html, is not support using unpatched qt, and will be ignored.The switch --xsl-style-sheet, is not support using unpatched qt, and will be ignored.
My current build of wkhtmltopdf is placed there:
https://build.opensuse.org/package/show/Documentation:Publican/wkhtmltopdfWhat kind of patches are needed for the mentioned usage? It looks like i have to provide a patched qt version in that repository.
Greetings
Sascha