When rendering I do the following in phantomjs:
- load page
- setTimeout for 200ms (also tried with 5000)
- call page.render after timeout
I call phantomjs from ASP.Net using var p = new Process()
filling the StartInfo (without account information) and calling p.Start()
It works on my local machine as well as when I call it from the cmd on the server.
But when I run it on the server from ASP.Net I get blank images regardless of the format.