Page 1 of 1

MULTIPAGE .tif wrong conversion

Posted: Thu Mar 22, 2012 3:54 pm
by super12
Hi,
I have one file Multipage .tiff that contains 9 images.
When i use nconvert , the output contains only the first page.


Why?

Thanks

Richard

Re: MULTIPAGE .tif wrong conversion

Posted: Fri Mar 23, 2012 2:40 am
by marsh
Have you tried the -xall command?
nconvert.exe -xall multipage.tif

Re: MULTIPAGE .tif wrong conversion

Posted: Fri Mar 23, 2012 7:44 am
by super12
hi,
thanks for reply , but your command will generate n distinct file in output for every page .

I solved with this command:

nconvert -o result.tif -out tiff -multi -c 7 multipage.tif