Samagra-Development / Doc-Generator

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

Markdown #84

Open radhay-1199 opened 1 year ago

radhay-1199 commented 1 year ago
Prakhar-commits commented 1 year ago

hey @radhay-1199 what is the issue can I get some more info about it ?

radhay-1199 commented 1 year ago

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

+----------------+           +-----------------+          +----------------+
| Input Plugins  |           | Doc Generator   |          | Output Plugins |
+----------------+           +-----------------+          +----------------+
        |                             |                            |
        |        Process input        |                            |
        |--------------------------->|                            |
        |                             |   Generate document        |
        |                             |-------------------------->|
        |                             |                            |
        |                             |    Process output          |
        |                             |<--------------------------|
        |                             |                            |
+----------------+           +-----------------+          +----------------+
|    User Input   |           |    Generated    |          |   Output Data   |
|                |           |     Document    |          |                |
+----------------+           +-----------------+          +----------------+

The goal of this ticket is to create a support for taking Markdown as one of the input format and then convert it to any of the available output format in doc generator.