|
Subject:
|
Loop question???
|
|
Posted By:
|
RinoDM
|
Post Date:
|
5/13/2008 3:19:48 PM
|
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
|
|
Reply By:
|
dparsons
|
Reply Date:
|
5/13/2008 7:35:28 PM
|
In this has what to do with Javascript...
=========================================================== Read this if you want to know how to get a correct reply for your question: http://www.catb.org/~esr/faqs/smart-questions.html =========================================================== .: Wrox Technical Editor / Author :. Wrox Books 24 x 7 ===========================================================
|