How to create .pdf dummy files from .xls using batch file

Joined
Oct 19, 2012
Messages
1
Reaction score
0
Hi All,

For one of my script, i need to upload 1000 of pdf file and check system response and all.
But it is tedious to create that much of file.
I wanted to create multiple pdf files from .xls sheet using batch file. When i run the batch file the filename in xls sheet should generate as pdf files.

Ex..
in Xls page
file1.pdf
file2.pdf
file3.pdf
file4.pdf

i will copy paste it in batch file and when i run this file, i should get the 4 pdf file which i had mentioned in batch file.

Here i have mentioned overall concept but i dont know how exactly i need to do, please any one help me out in this.

Thanks in advance

Prashant
 
Are you just looking to get a large number of pdf files? Does it necessarily need to be done with specific files through Excel, or do you just need to make a lot of copies of a few pdfs?
 
Back
Top