ArtifexSoftware / Ghostscript.NET

Ghostscript.NET - managed wrapper around the Ghostscript library (32-bit & 64-bit)
https://ghostscript.com
GNU Affero General Public License v3.0
391 stars 152 forks source link

Still not support Chinese File Name #92

Open hicksys opened 2 years ago

hicksys commented 2 years ago

test测试.pdf PDF File Name like this is not support use ghostscript.net.viewer to open this file get error like below:

IO security problem (access control failure) for file: 'C:\test测试.pdf'

qqzwc commented 1 year ago

Yes,I've got the same problem with Ghostscript.NET v.1.2.3 IO security problem (access control failure) for file: 'D:\Backup\Desktop\errpdf\ABC你好.pdf'

Any Unicode chars will lead to this problem. See Solution Here: https://stackoverflow.com/questions/21251895/using-ghostscript-9-10-in-windows-with-unicode-characters-in-parameters

Or you can rename the file before converting.