Closed kay-master closed 10 months ago
I have never seen that error before to be honest. A Google search leads me to either an outdated version of wkhtmltopdf or you are running it in a Docker container without the correct dependencies.
Can you share what version of wkhtmltopdf you are using and in what OS you are running it and if that is in Docker?
And do you also get this error if you run wkhtmltopdf directly or just from my library?
Last question: With "subsequent requests to the service", what do you mean exactly? Do you have a go service that runs once and does multiple calls to wkhtmltopdf or do you run a go program multiple times? And are those parallel calls or do you wait until the previous call is completed?
Thanks
while using the package as a service am getting this error when doing subsequent requests to the service
on am not sure what to do