cstkingkey / docx-rs

A Rust library for parsing and generating docx files.
MIT License
12 stars 12 forks source link

Make Zoom Percent an Int32 type #27

Closed nparent1 closed 2 weeks ago

nparent1 commented 2 weeks ago

The zoom percentage tag can be an Int32 type, but is currently set to u8. This causes some docx files to fail to parse, like the one attached (I also added this docx as a test case in the pandoc folder). See the microsoft docs here that give details on this tag.

greater_than_8_bit_zoom.docx