singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.51k stars 800 forks source link

Quil Delta to Docx, is it possible to convert the quil delta to docx format? #1787

Open lordethyed opened 5 months ago

lordethyed commented 5 months ago

Is there an existing issue for this?

Use case

It will be really useful because it will add feature as downloading the text and etc

Proposal

Personally it will help me to make a new feature with quil :)

EchoEllet commented 5 months ago

The current implementation of converting to HTML and PDF is already experimental and messy, I don't think it's a good idea to make a new feature for this, but you can always convert the quill delta yourself, if you have any questions just ask it and we will do our best, but anything is related to Microsoft format I'm not familiar with

CatHood0 commented 5 months ago

You need to use docx_template package, and create your own implementation to create that feature