Hello,
I am using this Ghostscript to convert pdf to png, the code almost identical as first method in this sample .
It works perfectly on my local machine, but it failed when I deploy it to the windows azure. As i mentioned in title I am getting null reference exception in StartProcessing method.
Ghostscript is installed on a server and I able to verify this using
Any directions where to look for the issue would be helpful. I am appreciate your time and thank you for the amazing job.
Thank you, Andrew.
I am using this Ghostscript to convert pdf to png, the code almost identical as first method in this sample .
It works perfectly on my local machine, but it failed when I deploy it to the windows azure. As i mentioned in title I am getting null reference exception in StartProcessing method.
Ghostscript is installed on a server and I able to verify this using
GhostscriptVersionInfo.GetLastInstalledVersion
This wrapper is pretty new and I can't find anything meaningful across the internet. Any directions where to look for the issue would be helpful. I am appreciate your time and thank you for the amazing job.
Thank you, Andrew.