Python Forum

Full Version: Process multiple pdf files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd love for somebody in the know to point me in the right direction on something.

From a list of file names in an Excel workbook I want my Python script to:
Open the file named in cell A1;
Copy the file to cell B1 (just because)
Copy the first 30 words in the file to cell C1
Close the file
Open the file named in cell A2
Continue through the list in column A.
End the program

These Files are Adobe .pdf's by the way.
Is this a homework assignment?