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

DOCX? #117

Open
nidegen opened this issue Jun 30, 2020 · 1 comment
Open

DOCX? #117

nidegen opened this issue Jun 30, 2020 · 1 comment

Comments

@nidegen
Copy link

nidegen commented Jun 30, 2020

Hi there!

I'd be interested in parsing .docx. Is that of similar scope as this?

Ideally, I'd have a markdown to docx parser at some point:)

@MaxDesiatov
Copy link
Collaborator

MaxDesiatov commented Jun 30, 2020

I had an attempt to implement .pptx in #63, but haven't got that completely finished. I imagine .docx support would look quite similar. I'm still on the fence whether it should be added to this specific project, or a separate umbrella project. Also, what you're describing here would imply generating new .docx files from this library I assume? In my experience, providing read-write support is much easier than read-only support, as testing compatibility with files that the library produces requires a lot of effort.

Overall, it's potentially in the scope, maybe I would need to create a separate project for it, but I haven't considered it yet due to the previous lack of demand.

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