msoffice-pptx-rs
msoffice-pptx-rs copied to clipboard
A library to deserialize pptx files in Rust
Hi and Thanks for the crate. Quick question : is there anyway to export slide to Image 'jpg' or other format ?
Instead of using `println!`, we should use the [log](https://crates.io/crates/log) crate. `from_xml_element` functions should start with a `trace!` to allow easier debugging in case of an error.
Hello! I know you are not actively maintaining this crate anymore, and that's ok, but I was trying to use it to extract some text from PowerPoint decks. I'm really...
Rust gives a warning about dependency versions being out of date. Could you change the version numbers in the Cargo.toml?