Docx To Text | Coderz Repository

docx_to_text

Last updated:

0 purchases

docx_to_text Image
docx_to_text Images

Free

Languages

Categories

Add to Cart

Description:

docx to text

This is a small package that allows you to retrieve text (text only) from .docx files (Microsoft Word).
Thanks SnowLukin
Usage #
import 'package:docx_to_text/docx_to_text.dart';

final file = File('path/to/file.docx');
final bytes = await file.readAsBytes();
final text = docxToText(bytes);
copied to clipboard
Additional information #
If there is anything you want to improve or fix, pool requesters are welcome.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.