Samagra-Development / Doc-Generator

Create PDFs from a variety of formats.
17 stars 46 forks source link

Google Doc #83

Open radhay-1199 opened 1 year ago

radhay-1199 commented 1 year ago
Gupta-Aryaman commented 1 year ago

Could you please give a bit more info about the issue?

radhay-1199 commented 1 year ago

@Gupta-Aryaman doc generator is basically a service that can have multiple options to convert any doc to any available formats in the service.

    Input                  Doc Generator              Output
  +---------------+       +----------------+       +---------------+
  |Google Doc ID  |       |Doc Generator   |       |Output Plugins |
  |               |       |Service         |       |               |
  |               +------>|                +------>|               |
  |               |       |                |       |               |
  +---------------+       +----------------+       +---------------+

The goal of this ticket is to create support for taking Google Doc Id as one of the input formats and then convert it to any of the available output formats in doc generator. The user will have to share this doc/google drive permission with doc generator app which can happen via oauth and then doc generator can download this file form users drive.

A google doc id looks like below highlighted part

image
Gupta-Aryaman commented 1 year ago

Thank you, looking into it