Error “Invalid Parameter” fom ImageMagick convert on Windows

后端 未结 6 2155
我在风中等你
我在风中等你 2020-12-30 23:39

I am trying to convert a PDF document into a PNG file using ImageMagick command line tools from a ASP.NET website. I create a new shell process and ahve it execute the follo

6条回答
  •  暖寄归人
    2020-12-31 00:27

    In Window actually exists a "convert.exe" in system32 - make sure your script doesn't start that one (maybe the environment paths on your development machine are set differently).

提交回复
热议问题