Error to convert file 19 pages
Posted: 2012-06-26T00:52:12-07:00
Hi,
I'm trying convert a files using ImageMagick. But if file have a 19 pages or more, the program not works, and it stays frozen.
If the file have less then 18 pages the program works correctly.
I attached the commands line that I'm using to do this.
Is very important resolve this problem, anyone know something??
Thank you,
Commands line:
@ECHO OFF
"C:\ImageMagick-6.7.6-9\convert.exe" -monochrome -density 300 -compress group4
%1 %2converted.tif
I'm trying convert a files using ImageMagick. But if file have a 19 pages or more, the program not works, and it stays frozen.
If the file have less then 18 pages the program works correctly.
I attached the commands line that I'm using to do this.
Is very important resolve this problem, anyone know something??
Thank you,
Commands line:
@ECHO OFF
"C:\ImageMagick-6.7.6-9\convert.exe" -monochrome -density 300 -compress group4
%1 %2converted.tif