SebastiaanKlippert / go-wkhtmltopdf

Golang commandline wrapper for wkhtmltopdf
MIT License
1.06k stars 146 forks source link

Question: How to load a local svg file. #32

Closed tobb422 closed 5 years ago

tobb422 commented 5 years ago

I want to load the local svg and output it as pdf. But I failed it. I want to tell me how

<img src="/public/images/sample.svg> result ↓↓↓ Exit with code 1 due to network error: ContentNotFoundError

tobb422 commented 5 years ago

I found this issues #28 .