wkhtmltopdf stylesheets

css, pdf, stylesheet, wkhtmltopdf

Solution

What about using a 'real' URL syntax with your switch? Something like

switches += "--user-style-sheet file:///User/.../style.css"

Problem

can anybody tell me how to include user-style-sheet ind wkhtlmtopdf v. 0.10? I'm refering to a local file, but that doesn't effect my Pdf anyway. ``` switches += "--user-style-sheet \User\...\style.css " ```

Original source