I'm not the NConvert expert, and as I've written elsewhere never even expected to use the command line myself, I only reply to posts because generally no-one else does...XnTriq wrote:AutoCadConverter wrote:Where do I place this parameter so that all my output goes to another folder?Is that correct, cday?Code: Select all
nconvert -c 1 -out pdf C:\Source\*.tif -o C:\Destination\%.pdf
But as far as I know input files are normally placed last in the code, so if the above code doesn't run correctly it would at least be a start to try this minor modification:
Code: Select all
nconvert -c 1 -out pdf -o C:\Destination\%.pdf C:\Source\*.tif
Otherwise please report back, including any clarification of the exact requirement...