Hi...
test procedure and results...
1. run batch file...
test.bat
start "" doc2pdf -i d:\temp\test.xls -o c:\temp\test1.png
start "" doc2pdf -i d:\temp\test.xls -o c:\temp\test2.png
start "" doc2pdf -i d:\temp\test.xls -o c:\temp\test3.png
start "" doc2pdf -i d:\temp\test.xls -o c:\temp\test4.png
start "" doc2pdf -i d:\temp\test.xls -o c:\temp\test5.png
start "" doc2pdf -i d:\temp\test.xls -o c:\temp\test6.png
start "" doc2pdf -i d:\temp\test.xls -o c:\temp\test7.png
start "" doc2pdf -i d:\temp\test.xls -o c:\temp\test8.png
start "" doc2pdf -i d:\temp\test.xls -o c:\temp\test9.png
start "" doc2pdf -i d:\temp\test.xls -o c:\temp\test10.png
2. After run batch script, I found Sava-As dialog window. What's happen? (see attach : saveas.jpg). Above batch script, I determined output folder and file name. Why save-as dialog opened?
3. The result folder has not enough files.
some file does not converted as image. (see attach : explorer.jpg)
4. Excel process remain... (see attach : task.jpg)
But, after some minutes, the EXCEL process killed automatically. Is it right?
My trial license expired. So I can't test on my pc.
I want to buy developer license, But I think more test required.
How can I test?
Thanks...
=================================
>>1. run batch file...
Do you wish convert more files at same time? If yes, please by following steps to do the concurrent conversion in your system,
1. Please use Administrator Privilege run following .bat file to add 20 PDF Printers into your system,
"C:\Program Files\docPrint Pro v5.0\psdriver\batchaddprinters.bat"
2. OK, you can run following command lines to batch convert your documents at same time,
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -s printer=auto -s outdebuglog=1 -s nochangedefaultprinter=1 -i C:\test001.doc -o C:\out001.pdf
"C:\Program Files\docPrint Pro v5.0\doc2pdf.exe" -s printer=auto -s outdebuglog=1 -s nochangedefaultprinter=1 -i C:\test002.doc -o C:\out002.pdf
You can use "-s printer=auto" parameter to switch printers automatically, please refer to following .bat file for more example,
"C:\Program Files\docPrint Pro v5.0\examples\test-concurrent-conversion-by-auto-choose-printer.bat"
3. OK, you can convert several of your documents at same time now.
>>2. After run batch script, I found Sava-As dialog window. What's happen? (see attach : saveas.jpg). Above batch script, I determined output folder and file name. Why save-as dialog opened?
>>3. The result folder has not enough files. some file does not converted as image. (see attach : explorer.jpg)
Please use above solution to try again.
>>4. Excel process remain... (see attach : task.jpg)
>> But, after some minutes, the EXCEL process killed automatically. Is it right?
This is normal, one command line will launch one Excel process.
>>My trial license expired. So I can't test on my pc.
>>I want to buy developer license, But I think more test required.
>>How can I test?
You can't test the trial version on this PC again after it expire, however, you can install it to other PCs or virtual PCs, then you can test it continue.
VeryPDF
===================================
OK...i had test ...
But Still show save-as dialog...What's wrong?
Save-as dialog show sometimes.
===================================
Just for checking, are you run several instances of doc2pdf.exe at same time? if yes, we suggest you may convert your documents to PDF files one by one, please don’t run several instances of doc2pdf.exe at same time, this will suppress SaveAs dialog.
The given information is very useful.It will help me a lot.Thanks for sharing .The steps described are too good.By this anyone can done their work with good result.