How to extract particular pages of tiff
Posted: Mon Feb 20, 2017 10:12 am
Hello,
I need to extract particular pages of tiff image (more than one page but not all pages).
Here is the command I tried but it wont work.
nconvert -out jpeg -resize 120 150 -page 0,1,2 -o test.jpg test.tif
But for single page it works.
nconvert -out jpeg -resize 120 150 -page 0 -o test.jpg test.tif
Could you please help on this?
I need to extract particular pages of tiff image (more than one page but not all pages).
Here is the command I tried but it wont work.
nconvert -out jpeg -resize 120 150 -page 0,1,2 -o test.jpg test.tif
But for single page it works.
nconvert -out jpeg -resize 120 150 -page 0 -o test.jpg test.tif
Could you please help on this?