Skip to content

femtopixel/docker-pdf2gdocs

Repository files navigation

Caution

As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.

Note

(This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)

logo

PDF to Google Docs - Docker Image

Docker Pulls Docker Stars PayPal donation Buy me a coffee Buy me a coffee

Description

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.

Installation

  1. Go to https://developers.google.com/docs/api/quickstart/python
  2. Click the Enable the Google Docs Api button
  3. Click the Download configuration button
  4. Go to https://console.developers.google.com/apis/library/drive.googleapis.com
  5. Enable the Google Drive API service
  6. Init the container docker run --name pdf2gdocs -it -v /path/to/your/pdf/folder:/upload -v /path/to/your/credentials:/credentials --net=host femtopixel/pdf2gdocs
  7. Click the link given by the application and follow the instructions (you may be block by your browser for an unsafe URL, proceed anyway)

Each time you want to upload your pdf

docker start pdf2gdocs