Come to the point, I need pages of a pdf to act as frames in a gif file and would appreciate your help.
There are several complicated command-string examples for ImageMagick on TeX Exchange that should do the job but I would rather ask for a simple command-string here instead, since it's easier to build upon a simple string of commands than deciphering more complicated strings.
I tried
Code: Select all
magick test.pdf[1] out.gif
Code: Select all
magick.exe : magick.exe: FailedToExecuteCommand `"gswin32c.exe" -q -dQUIET -dSAFER -dBATCH
-dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha"
-dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" -dFirstPage=2 -dLastPage=2
"-sOutputFile=/AppData/Local/Temp/magick-4680Pb5fSrgDtsyo%d"
"-f/AppData/Local/Temp/magick-46802QyOuukApiRa"
"-f/AppData/Local/Temp/magick-46801FbYCtmEwj6L"' (The system cannot find the file specified.)
Thank you