I knew it is possible to convert multipage to multi-page because I tested various combinations of multi-TIFF to multi-TIFF and multi-PDF to multi-PDF some years ago, and after some quick tests the following outline code works for me:
Code: Select all
nconvert -out tiff -multi -o Output.tif Input.tif
You will probably need to add suitable compression for your case, and can find that and filename options from the help file.
Note that if you are viewing the output multi-page file in XnView MP, you step between the pages using the
small toolbar arrows, not the usual larger ones.
Any problems post again.