Skip to content

Takes .gdoc files and converts them to .docx via Google Drive API

Notifications You must be signed in to change notification settings

ltcmdrkeen/GoogleDocs2Word-Converter

Repository files navigation

Export .gdoc to docx / word

  • This takes .gdoc files and converts them to .docx via Google Drive
  • Docx files will be stored in the very same directory as the gdoc files are
  • You can adapt this to any other MIME type, e.g. PDF (see https://developers.google.com/drive/api/v3/ref-export-formats)
    • Change the constant EXPORT_MIME_TYPE (default: "application/vnd.openxmlformats-officedocument.wordprocessingml.document")
    • Change the constant FILE_ENDING (default: ".docx")

Steps to start:

About

Takes .gdoc files and converts them to .docx via Google Drive API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published