Hi to all...
I have this code that will combine 2 pdf to one in dest.pdf...
Which works fine...
dim C
Set C=CreateObject("Combine.Combine")
C.Convert "c:\1.pdf"+Chr(13)+"c:\2.pdf", "c:\dest.pdf", ""
set C = nothing
What i would like to do is with check boxes i would select the pdf i want and it will combine them...
How would i do a loop in the command line that would add the file name if there are 2, 4 or 8...
Or is it a loop that i need...
Please help...
Thanking you in advance...
Rino
