Page 1 of 1

Don't works extract the pages of multipage PDF...

Posted: Tue Jul 28, 2009 9:07 pm
by david.arancibia
Hi, i hope somebody can help me...i read the forum, but i don't found the solution....

i try to execute this command.

nconvert -out tiff -xall -o D:\Temp\sal###.tif D:\Temp\00000002.PDF

where the pdf is a multipage, with two different pages, but the result of this process are only the first page of the pdf. It's the same image in the both files tiff....

it's any wrong with the command????

Re: Don't works extract the pages of multipage PDF...

Posted: Wed Jul 29, 2009 11:26 am
by xnview
david.arancibia wrote: it's any wrong with the command????
No, it's a bug in the last version. I can send you a fixed version if you send me your email by PM

Re: Don't works extract the pages of multipage PDF...

Posted: Tue Sep 08, 2009 4:24 pm
by agolgath
Bonjour,

I'm having the same problem. I need to generate a JPG for every page of the PDF, but all JPG contain the first page. I'm using nconvert 5.31 from May 13, 2009.
What can I do?

merci bien
Andi

Re: Don't works extract the pages of multipage PDF...

Posted: Tue Sep 08, 2009 4:37 pm
by xnview
agolgath wrote:What can I do?
Send me your email by PM

update

Posted: Fri Sep 18, 2009 4:44 am
by marsh
With v5.5, these examples worked for me. Thanks, Pierre.

Ex:
nconvert -v -in -1 -xall -multi -out tiff -c 3 -o out.tif in.pdf
(multipage pdf to multipage tif)

nconvert -v -in -1 -xall -out jpeg -q 94 -o converted_###.jpg in.pdf
(multipage pdf to many jpg)