Page 1 of 1

Multipage PDF to 1,2... n jpgs

Posted: Wed Aug 08, 2007 12:50 pm
by feyyaz78
i want to generate multiple jpgs for every page in an pdf

i use this command line (nconvert v4.79)

nconvert -out jpeg -xall -o test.jpg -thumb 370 510 input.pdf

if the pdf has 5 pages nconvert generates 5 jpegs, but every jpeg contains the first page of the pdf.

first i thougt the pdf is maybe in an strange format, but xnview shows every page using the frame navigation.

am i forgetting an importend parameter in the command line or could it be a bug?

please help.

Re: Multipage PDF to 1,2... n jpgs

Posted: Wed Aug 08, 2007 1:45 pm
by xnview
feyyaz78 wrote:i want to generate multiple jpgs for every page in an pdf

i use this command line (nconvert v4.79)

nconvert -out jpeg -xall -o test.jpg -thumb 370 510 input.pdf

if the pdf has 5 pages nconvert generates 5 jpegs, but every jpeg contains the first page of the pdf.

first i thougt the pdf is maybe in an strange format, but xnview shows every page using the frame navigation.

am i forgetting an importend parameter in the command line or could it be a bug?

please help.
If i try: nconvert -xall -out jpeg -o test.jpg input.pdf, each jpeg is a page of the pdf...

Posted: Wed Aug 08, 2007 2:27 pm
by feyyaz78
allright i tryed it and it works. it seems that "-thumb" only creates an image from the first page, regardles of the count of pages

thx for your help