How to accept special characters with mogrify.exe ?
Posted: 2013-04-22T02:20:12-07:00
Hi,
i get an error when i try to convert pdf files to images with mogrify.exe. The tool can't convert filename with special characters as "é,à,è ..."
My command line is :
Somes filenames example :
désignation.pdf
Intérêts.pdf
etc..
do you know solution to fix this bug without using specific tool to rename all files ?
i get an error when i try to convert pdf files to images with mogrify.exe. The tool can't convert filename with special characters as "é,à,è ..."
My command line is :
Code: Select all
C:\imagemagick\mogrify.exe -resize 404x571 -crop 367x504+30+30 +repage -quality 80 -density 150 -path C:\outpout_jpg -format jpg C:\inpout\*.pdf
désignation.pdf
Intérêts.pdf
etc..
do you know solution to fix this bug without using specific tool to rename all files ?