PavelS0 / docx_template_dart

A Docx template engine
Apache License 2.0
40 stars 20 forks source link

Add support for reading docx file #22

Open nilotpalkapri opened 2 years ago

nilotpalkapri commented 2 years ago

I don't find any docx file reader in pub.dev. Please support this if possible. Simply I need plain text from docx. Or please suggest if any other solution available to get text content from docx.

zhouweidong commented 2 years ago

same issue

zhouweidong commented 2 years ago

@nilotpalkapri Did you solved? After querying the structure of the Word file, you just need to do is unzip Word, Get the text xml then find the text label. Hope can help you