XnConvert : multiple crop from 1 file
Posted: Mon Feb 29, 2016 1:02 pm
Hello,
I use Xnconvert.
I have a pdf file with multiple pages.
From each page I need to extract seceral images (same place at each page).
The out put is PNG with 256 colors.
Each extracted image need to respect a numbering order.
For exemple :
file 1 = page1-image1.png
file 2 = page1-image2.png
file 3 = page1-image3.png
file 4 = page2-image1.png
file 5 = page2-image2.png
file 6 = page2-image3.png
I can :
convert pdf with ghostscript
setup out put file to pnh
change colors do 256 gray
crop 1 image at once
I can not (need help please) :
Crop several images from one page and setup output file respecting numbering.
How can I do it ?
I use Xnconvert.
I have a pdf file with multiple pages.
From each page I need to extract seceral images (same place at each page).
The out put is PNG with 256 colors.
Each extracted image need to respect a numbering order.
For exemple :
file 1 = page1-image1.png
file 2 = page1-image2.png
file 3 = page1-image3.png
file 4 = page2-image1.png
file 5 = page2-image2.png
file 6 = page2-image3.png
I can :
convert pdf with ghostscript
setup out put file to pnh
change colors do 256 gray
crop 1 image at once
I can not (need help please) :
Crop several images from one page and setup output file respecting numbering.
How can I do it ?