Search found 1 match

by Haagen
Mon Feb 19, 2024 12:55 pm
Forum: NConvert
Topic: How to control "title" of converted PDF
Replies: 2
Views: 3340

How to control "title" of converted PDF

Hi there!

I am using Nconvert (Windows) to convert an existing PDF into a new PDF file to change its compression format, DPI, and color format. Works as a charm with this command:

nconvert.exe -o "%OutputFile%" -out pdf -c 1 -multi -dpi 300 -binary nodither -clean -rmeta -xall "%InputFile ...