[solved] JPG -> Multi-page PDF error
Posted: 2009-04-16T06:56:07-07:00
Hi
I've got a problem trying do convert some .jpg files into a multi-page .pdf file. Dunno if I'm doing some terrible wrong, any help might be useful.
I try the following code:
And the windows return the windows "program has encountered a problem and must be closed" error...
By the way, the two following codes works fine:
If I add the -verbose option, I get the following:
And then, the error...
I tried other forms of list the files, like
And get the same error...
I'm running ImageMagick 6.5.1-1, GPL Ghostscript 8.64, and Windows XP Service Pack 3, and don't have a clue of what the problem can be... Searching in the foruns I found problems like this, but it's different, because the ImageMagick generate an error, and the output file is created with 0bytes.
As I tested, every convert from .jpg to .pdf occours perfectly (like -append, or -morph), except to create multi-pages... The only way I got a multi-paged PDF was with the -clone option, but it really don't help in my purpose.
Here and here you can see some screenshots of the situation.
Once again, any help migth be useful, and finnaly, sorry for the bad english.
I've got a problem trying do convert some .jpg files into a multi-page .pdf file. Dunno if I'm doing some terrible wrong, any help might be useful.
I try the following code:
Code: Select all
convert a.jpg b.jpg ab.pdf
By the way, the two following codes works fine:
Code: Select all
convert a.jpg a.pdf
Code: Select all
a.jpg b.jpg ab.gif
Code: Select all
convert -verbose a.jpg b.jpg ab.pdf
a.jpg JPEG 843x1166 843x1166+0+0 8-bit DirectClass 204kb
b.jpg JPEG 843x1166 843x1166+0+0 8-bit DirectClass 142kb
I tried other forms of list the files, like
Code: Select all
convert *.jpg ab.pdf
Code: Select all
convert @aa.txt ab.pdf
I'm running ImageMagick 6.5.1-1, GPL Ghostscript 8.64, and Windows XP Service Pack 3, and don't have a clue of what the problem can be... Searching in the foruns I found problems like this, but it's different, because the ImageMagick generate an error, and the output file is created with 0bytes.
As I tested, every convert from .jpg to .pdf occours perfectly (like -append, or -morph), except to create multi-pages... The only way I got a multi-paged PDF was with the -clone option, but it really don't help in my purpose.
Here and here you can see some screenshots of the situation.
Once again, any help migth be useful, and finnaly, sorry for the bad english.