-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Description
Hello,
I am trying the code from this pull request:
#126
which is basically a wrapper around Ghostscript.net, not adding additional behavior to the core of the library.
I am initializing Ghostscript here
int rc_init = _gs.gsapi_init_with_args(instance, args.Length, args); |
with these parameters:
I have simplified all paths as good as possible, tried it with 32 bit and 64 bit Ghostscript (adopting compilation target as well). I have tried both gs9.56.1 and gs10.03.1. Unfortunately I have no idea what else I could try. As I guess it is hard to guess from a distance what the reason might be, is there any chance to get further insights on what might happen here?
Thanks a lot in advance!
Metadata
Metadata
Assignees
Labels
No labels