Converts PDFs to Google Slides!
PDFs count against your Google Drive's storage quota, Google Slides do not. University has given me endless number of space consuming PDFs.
- Install LibreOffice.
- Install Python dependencies:
$ pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib numpy
. - Enable the Drive and Slides API.
- Download
credentials.json
and put into pdf2gslides folder. - Run
$ python pdf2gslides.py
. - Place PDF files to convert in the folder:
in\
. - Run
$ python pdf2gslides.py
. - Authenticate the program by signing into Google.
- Check your Google Drive for the GSlides converted from your PDFs.
- google-api-python-client 1.12.3
- google-auth-httplib2 0.0.4
- google-auth-oauthlib 0.4.1
- LibreOffice 7.0.1.2
- numpy 1.18.5
- Windows 10.0 Build 19041
This program has only been tested on the above environment, there are no guarantees that it will work in other environments.
- Implement parallelization.