dam4rus / msoffice-pptx-rs

A library to deserialize pptx files in Rust
MIT License
26 stars 4 forks source link

Create pptx #6

Closed JonnyTech closed 4 years ago

JonnyTech commented 4 years ago

Is this library suitable for programmatically creating pptx files? If so does an example exist? Looking to create a pptx file and insert several slides with images within them. Does msoffice-pptx-rs do that?

dam4rus commented 4 years ago

Not yet, but I plan to implement serialization support as well. This project is still WIP and kinda in a limbo right now. I realized that it's a pretty big subject for a single developer, especially as I work full time and work on other open source projects as well, so i'm kinda figuring out how to move forward.

JonnyTech commented 4 years ago

Cool, thanks for the feedback, looking forward to any updates as and when you get around to it.