Issue ImageMagick-6.9.8-Q16 on win server 2012R2 .NET
问题 After downloading ImageMagick-6.9.8-Q16 from the official site of ImageMagick, i receive this error when i try to convert a file .tiff to .pdf using this command: convert -resample 200X200 dir.tif dir.pdf error and when i try to run using .NET program, this command can't create a file.pdf ProcessStartInfo pinfo = new ProcessStartInfo(); pinfo.UseShellExecute = false; pinfo.RedirectStandardOutput = true; pinfo.CreateNoWindow = true; pinfo.FileName = converterPath; pinfo.Arguments = "convert