docx-reader

Crates.iodocx-reader
lib.rsdocx-reader
version0.1.1
sourcesrc
created_at2023-12-24 11:39:06.6711
updated_at2023-12-24 11:50:35.586884
descriptionA .docx file reader in rust
homepage
repositoryhttps://github.com/ShadowWolf308/docx-reader
max_upload_size
id1079681
size381,659
Levy van der Valk (ShadowWolf308)

documentation

README

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
Commit count: 665

cargo fmt