Introducing our new CEO Don Johnson - Read More

femtopixel/pdf2gdocs

Sponsored OSS

By FemtoPixel

Updated 10 months ago

Upload a PDF to Google Docs by converting it with no space quota usage

Image
1

851

GithubIssues / Contrib

logo

PDF to Google Docs - Docker Image

Docker PullsDocker StarsPayPal donationBuy me a coffeeBuy 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

Docker Pull Command

docker pull femtopixel/pdf2gdocs