Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support opening MsDoc / Docx from buffer #5

Open
jneuff opened this issue Apr 19, 2022 · 1 comment
Open

Feature: Support opening MsDoc / Docx from buffer #5

jneuff opened this issue Apr 19, 2022 · 1 comment

Comments

@jneuff
Copy link

jneuff commented Apr 19, 2022

I have a use-case where I have document contents in a memory buffer. Using your crate, I need to write these contents into a temporary file to be able to open them as a Docx. Instead MsDoc could have a method from_reader (or something similar) that just takes a <R: Read + Seek> which would facilitate my use-case and similar ones.

I'll gladly open a PR for this feature! What do you think?

@Roba1993
Copy link

@jneuff Maybe it's a little bit late. But I added this functionality with this PR: #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants