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????
Don't works extract the pages of multipage PDF...
Moderators: helmut, XnTriq, xnview
-
- Posts: 4
- Joined: Tue Jul 28, 2009 8:44 pm
Re: Don't works extract the pages of multipage PDF...
No, it's a bug in the last version. I can send you a fixed version if you send me your email by PMdavid.arancibia wrote: it's any wrong with the command????
Pierre.
Re: Don't works extract the pages of multipage PDF...
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
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...
Send me your email by PMagolgath wrote:What can I do?
Pierre.
update
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)
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)