J
JoJo
Folks:
I have 5 separate PDF files and each is about 300 KB large. I would like to
run a simple COPY
command from the command prompt in order to combine (append) these files
into a single PDF file.
The syntax of the command I used is as follows:
----------------------------------------------------------------------------
---------------------------------
COPY /B /V Part1.pdf /B + Part2.pdf /B + Part3.pdf /B + Part4.pdf /B +
Part5.pdf /B Allparts.pdf /B
----------------------------------------------------------------------------
---------------------------------
The command runs for a short time but the end result is that Allparts.pdf is
no different from part1.pdf
* Can anyone throw some light on this issue ? Why is the command not
running successfully ?
Thanks,
Jon.
I have 5 separate PDF files and each is about 300 KB large. I would like to
run a simple COPY
command from the command prompt in order to combine (append) these files
into a single PDF file.
The syntax of the command I used is as follows:
----------------------------------------------------------------------------
---------------------------------
COPY /B /V Part1.pdf /B + Part2.pdf /B + Part3.pdf /B + Part4.pdf /B +
Part5.pdf /B Allparts.pdf /B
----------------------------------------------------------------------------
---------------------------------
The command runs for a short time but the end result is that Allparts.pdf is
no different from part1.pdf
* Can anyone throw some light on this issue ? Why is the command not
running successfully ?
Thanks,
Jon.