Search found 2 matches

by MYasin786
Tue Mar 04, 2014 3:47 pm
Forum: NConvert
Topic: Converting Multipage TIFF to PDF
Replies: 19
Views: 8817

Re: Converting Multipage TIFF to PDF

I've managed to get it converting into multipage PDF by using the following command line

"C:\Program files\XnView\NConvert.exe" -xall -multi -out pdf -o "C:\Temp2\Image2PDF-TEST\Janine\tiff-pdf.pdf" "C:\Temp2\Image2PDF-TEST\Janine\tiff-pdf.Tif"


how can i improve the quality?
by MYasin786
Tue Mar 04, 2014 3:17 pm
Forum: NConvert
Topic: Converting Multipage TIFF to PDF
Replies: 19
Views: 8817

Converting Multipage TIFF to PDF

Hi, I am trying to convert Multipage Tiff with different page sizes into PDF, I am able to do this bying Xnview application but not able to do as command line using Xconvert. I used the similar syntax to convert from PDF to TIFF which is working fine but i am unable to reverse the process, Please ...