Hello,
What is the command to delete particular page of multi tiff file ?
How to delete particular page of tiff file
Moderators: XnTriq, helmut, xnview
-
- Posts: 48
- Joined: Thu Feb 02, 2017 11:22 am
-
- XnThusiast
- Posts: 4220
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: How to delete particular page of tiff file
I don't think there is an NConvert option for that...punith8626 wrote:What is the command to delete a particular page of a multi tiff file ?
A workaround would probably be to use a batch file that first extracts all the pages using -xall, then deletes the particular page you wish to delete, and then creates a new multi-page TIFF file from the remaining pages using -multi with suitable compression options.
Do you have a copy of the NConvert help file?
-
- Posts: 48
- Joined: Thu Feb 02, 2017 11:22 am
Re: How to delete particular page of tiff file
I have a copy of nconvert help but for big tiff files its not good to convert all pages and again merge it
-
- XnThusiast
- Posts: 4220
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: How to delete particular page of tiff file
I don't see any other way of doing it, unless maybe someone else has a suggestion...punith8626 wrote:I have a copy of nconvert help but for big tiff files it's not good to convert all pages and again merge it
Is processing time the issue with large multi-page files, or are you concerned that the output file may have been modified in some other way, which I wouldn't think should be an issue?
Edit:
There might possibly be a utility available that can edit a TIFF file directly to remove a selected page or pages, possibly using the command line if that is what you need, if you Google something like 'edit tiff file "command line" '...