FailedToExecuteCommand `"gswin64c.exe" / Unable to add as a reference #1352
Unanswered
jpmalexandrino
asked this question in
Help
Replies: 1 comment
-
I hope you are aware that you need to pay for a commercial license when you want to use Ghostscript in a commercial product. And you can find more information about getting it working here: https://github.com/dlemstra/Magick.NET/tree/9a79cebc10e86240e46c795efb5a6863c2cd7402/docs#ghostscript. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm trying to develop an extension to be used in outsystems, using ImageMagick to convert pdf files to an image. I'm getting this error:
"FailedToExecuteCommand
"FailedToExecuteCommand
"gswin64c.exe" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r300x300" -dPrinted=false "-sOutputFile=C:/Users/OutSystemsApplications/AppData/Local/Temp/magick-vKrFP7M2f-PcFuB-yuLyhys1xfPnDXIi%d" "-fC:/Users/OutSystemsApplications/AppData/Local/Temp/magick-j-IwY4GZU2rlolQoIEJqwlKQ6JxFiUOU" "-fC:/Users/OutSystemsApplications/AppData/Local/Temp/magick-cmedUtASX4hVBC7AifkesGd9wn4LT2hb"' (The system cannot find the file specified.) @ error/delegate.c/ExternalDelegateCommand/517"
I cannot install the Ghostscript in my PC or even in the server. I'm trying to put the files as a reference in the project but I'm also getting error:
Does someone have an idea how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions