Search found 4 matches

by erict43
Tue Apr 19, 2011 9:12 pm
Forum: NConvert
Topic: Problem converting multipage DCX to PDF
Replies: 7
Views: 2684

Re: Problem converting multipage DCX to PDF

I thought of doing that initially, but I have quite a lot of files to convert, it would be quite time consuming. The VB app works, so I am going to use that.
by erict43
Tue Apr 19, 2011 6:28 pm
Forum: NConvert
Topic: Problem converting multipage DCX to PDF
Replies: 7
Views: 2684

Re: Problem converting multipage DCX to PDF

I wrote a Visual Basic program to run through the list one at a time. I am not a programmer, so don't judge me on this code. It's probably more complicated than it needs to be, but I have a lot of files to convert, so I set it up to create a log file as well as show a little status update for each ...
by erict43
Fri Apr 15, 2011 3:56 pm
Forum: NConvert
Topic: Problem converting multipage DCX to PDF
Replies: 7
Views: 2684

Re: Problem converting multipage DCX to PDF

This example worked for me:
nconvert -v -in -1 -xall -multi -out pdf -o output.pdf input.dcx

Yes, this worked for me too. It seems it will not make it multi-page unless you specifically identify a single output file.

Now that it works for a single file, how can I make this work with a file list ...
by erict43
Thu Apr 14, 2011 7:33 pm
Forum: NConvert
Topic: Problem converting multipage DCX to PDF
Replies: 7
Views: 2684

Problem converting multipage DCX to PDF

I am trying to convert multipage DCX files to multipage PDF. However, I cannot get it to work properly. The command I am using is:

nconvert -v -xall -out pdf -c 1 -keepfiledate inputfile.dcx

The result of this is a seperate PDF file for each page of the DCX file, but I would like a single ...