Relative Content

Tag Archive for c#.netasp.net-web-apighostscriptghostscript.net

Ghostscript Log Creation

I have an application where I am using ghostscript to convert image to pdf. I am using dll of ghostscript and using it in a .Net web api. And ghostscript software is also installed in the server, where the api is deployed. Can we see the logs from ghostscript, what it is doing in the story behind. Please suggest me if there is anyway to enable or print it anywhere.
Note that I am already printing my api logs, I don’t want that, I want the internal logs of ghostscript.
Thanks in advance