Hi,
I've tried to convert a PDF to an image and get the following error:
Ghostscript.NET.GhostscriptAPICallException: 'An error occured when call to 'gsapi_new_instance' is made: -100'
I've used you sample code for my implementation. I have not installed Ghostscript on my Computer, I add the gsdll64.dll manually. The Application is a 64bit application, so the assembly 'gs64dll.dll' must be correct .
Can you please help me? Do I have to init an Interpreter first or something like that?
