Click here to Skip to main content
15,895,494 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Is it possible to convert multiple files at a time by using a script (in any language) in any format? For example, Excel to Access, Word to Excel or Access, PDF to Word, or Word to PDF.
Posted
Updated 24-Jan-11 4:02am
v2

Yes.

If you have a program that can convert between the two formats you are interested in and takes command line parameters.
 
Share this answer
 
I think the real answer to your question is "No". In order to convert these files you will need to write a program that reads and interprets from one format and writes to the new format. While not that difficult it will take some time. There is no easy way to do this from a script.
 
Share this answer
 
Yes, it is possible, you can use multi thread.
For multi thread you can see this

Click

Click
 
Share this answer
 
Comments
patelKhyati 24-Jan-11 9:45am    
if u can give me any one conversion script(eg access to excel(interconversion)) than that would be helpful for me, as i am not used to threads programming.
Richard MacCutchan 24-Jan-11 10:08am    
This has nothing to do with the OP's question.
Sergey Alexandrovich Kryukov 24-Jan-11 20:11pm    
Irrelevant

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900