Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
However when the pdf is large i,e around 9mbs the time taken on my machine is around 2mins.
So how can I decrease the time to convert - maybe use a better / optimized command?
Since I only want the first page, if the command can just iterate over the first page, convert and ends the process.
I get the result in seconds.
So I can do with on 2 things here -
a) I can change the command line params to gs
b) Find out imagemagic-convert params equivalent to -dFirstPage=1 -dLastPage=1
Alright I added -dFirstPage=1 -dLastPage=1 in delegate.xml, Its still taking a lot of time when I run the same command. Irrespective of whether I give file.pdf[0] or file.pdf
Obviously, IM is evaluating the whole file again. But it should just convert 1st page. What do you think seems to be issue?