Last active
August 29, 2015 14:12
-
-
Save billyeh/aa7db6a3f1b07cd96409 to your computer and use it in GitHub Desktop.
README for Powerpoint to PDF Converter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PDF Print | |
========= | |
##Installation | |
Install easily on a Windows machine: | |
1. Download and install a compatible version of [Python](https://www.python.org/downloads/). | |
(Make sure the Python.exe file is added to the PATH variable. This is one of the | |
installation options.) | |
2. Find the release of [Python for Windows Extensions](http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/) | |
that corresponds with the Python version downloaded. | |
##Running | |
1. Double-click the PDFPrint.py icon, and browse to the directory. | |
To stop the program at any time, go to the terminal and press `Ctrl+C`. If this | |
does not work Python is probably not in the PATH variable of your machine | |
(see step 1 of Installation). | |
##More Documentation | |
More about how this code works and the Excel data format that it expects can be | |
found in the code. | |
To edit the program, you can use any text editor (Notepad++, Atom, and Sublime Text) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment