bokuweb / docx-rs

:memo: A .docx file writer with Rust/WebAssembly.
https://bokuweb.github.io/docx-rs/
MIT License
345 stars 62 forks source link

Not importing (or translating) linked style names #587

Closed gjblajian closed 1 year ago

gjblajian commented 1 year ago

Describe the bug

Style import is not including linked styles

Reproduced step

Import a document with a linked style image The linked style is not in the imported styles image

Expected behavior

The imported styles should include the linked style

Actual behavior

The linked style is not included

Screenshots

If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information)

OS: [e.g. iOS]: Windows 11 [ and MacOS ] Browser [e.g. chrome, safari]: chrome Version [e.g. 22]: Version 108.0.5359.94 (Official Build) (64-bit)

gjblajian commented 1 year ago

@bokuweb any chance you might be able to add support for this?

bokuweb commented 1 year ago

@gjblajian For now 0.0.277-rc1 published. Could you please try it?

gjblajian commented 1 year ago

@bokuweb thank you