#docx #file-reader #reader #word #office

yanked docx-reader

A .docx file reader in rust

1 unstable release

0.1.1 Dec 24, 2023
0.1.0 Dec 24, 2023

#11 in #docx

33 downloads per month

MIT license

380KB
13K SLoC

A .docx file reader with Rust/WebAssembly.


docx-reader at crates.io

This crate is a fork of docx-rs with the goal of being able to read .docx files and being smaller then the original crate.

BEWARE

THIS CRATE IS STILL IN DEVELOPMENT AND IS NOT READY FOR USE YET FOR NOW USE docx-rs INSTEAD

Installation

Rust

[dependencies]
docx-reader = "0.1.0"

Example

Rust

use docx_reader::*;

Features

  • Paragraph
    • Alignment
    • Indent
    • Numbering
  • Run
    • Bold
    • Size
    • Font
    • Color
    • Highlight
    • Underline
    • vanish
    • Italic
    • TextBorder
  • Break
  • Header
  • Footer
  • Comment
  • Image
  • Style
  • Table
  • History
  • Table of contents
  • Section
  • Textbox

Dependencies

~15MB
~105K SLoC