Open iuryt opened 6 years ago
Does it work with 0.13?
Thanks for the suggestion. I'll try it.
The 0.13 version is only available on BitBucket? There's some other way to install it rather than manually build it? (pip or conda).
I've just tried downloading the alpha build from the website and it seems to have resolved this issue (not the original poster but I was having very similar symptoms re: horizonal lines in SVGs)
v0.13-alpha fixed a similar issue for me: horizontal lines are missing in pdf.
Optimize your svg with this tool https://jakearchibald.github.io/svgomg/ then all path are rendered, for me that worked.
SVG paths are working for 0.13 but the --footer-html tag is not working.
How can we get the 0.13 version of the wkhtmltopdf? Because I am not able to find from the website: https://wkhtmltopdf.org/downloads.html
I'm using a image inside the HMTL code like here below:
StackOverflow question (in Bounty): https://stackoverflow.com/questions/49986959/wkhtmltopdf-missing-svg-paths-rendering
When I'm using the wkhtmltopdf to convert it to PDF, some of the SVG paths is missing. Has anyone had the same problem? Some workaround to this issue?
I tried using the relative path, full path, base64 source and the SVG by itself within the code (as in the example).
wkhtmltopdf version: 0.12.4
Before: After: