femtopixel/pdf2gdocs
Upload a PDF to Google Docs by converting it with no space quota usage
851
The purpose of this image is to convert a PDF file to a Google Doc. With this specific method, a file can be archived without using Google Drive quota.
docker run --name pdf2gdocs -it -v /path/to/your/pdf/folder:/upload -v /path/to/your/credentials:/credentials --net=host femtopixel/pdf2gdocs
Each time you want to upload your pdf
docker start pdf2gdocs
docker pull femtopixel/pdf2gdocs