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

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
david.arancibia
Posts: 4
Joined: Tue Jul 28, 2009 8:44 pm

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

Post 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????
User avatar
xnview
Author of XnView
Posts: 46252
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

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

Post 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
Pierre.
agolgath
Posts: 1
Joined: Tue Sep 08, 2009 3:57 pm

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

Post 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
User avatar
xnview
Author of XnView
Posts: 46252
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

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

Post by xnview »

agolgath wrote:What can I do?
Send me your email by PM
Pierre.
marsh
XnThusiast
Posts: 2443
Joined: Sun May 15, 2005 6:31 am

update

Post 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)
Post Reply