NConvert MultiPage TIF to PDF
Moderators: XnTriq, helmut, xnview
-
- Posts: 1
- Joined: Fri Aug 14, 2015 1:31 pm
NConvert MultiPage TIF to PDF
I want to be able to produce a multipage PDF from a multipage TIF. I'm able to do this using XnConvert, but not with NConvert. Is there a trick to doing this? I see there's an option to export a batch script from XnConvert, but when i use this feature, all i get is a batch file with the single word 'NCONVERT' in it.
-
- XnThusiast
- Posts: 4169
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: NConvert MultiPage TIF to PDF
Please try this code:JerrySartin wrote:I want to be able to produce a multipage PDF from a multipage TIF.
Code: Select all
nconvert -multi -out pdf -o test.pdf test.tif
Code: Select all
Options :
...
-c value : Compression number (default : 0)
PDF : 1 (Fax), 2 (Rle), 3 (LZW), 4(ZIP), 5 (JPEG)
...
-q value : JPEG/PNG/FPX/WIC/PDF quality (default : 100)
The default JPEG compression value used by NConvert is now 85:
Code: Select all
-q value : JPEG/FPX/WIC/PDF quality (default : 85)