I am trying to develop an .Net console application that can convert an html file (with css, js file) to pdf by Tuespechkin.
There is an radar chart in html file. That radar chart show smoothly in browser (even IE 11). But chart cannot show in pdf file.
Something is strange. There is an error on console screen, but pdf file was created.
Qt: Could not initialize OLE (error 80010106)
How can I solved my situation?
Is there any js radar chart library can work with Tuespechkin on console application?
If you did it, Please tell me!