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

Image support #24

Open
villains opened this issue Jun 3, 2019 · 1 comment
Open

Image support #24

villains opened this issue Jun 3, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@villains
Copy link

villains commented Jun 3, 2019

I would be interested in the ability to work with images in a Word .docx file.

Examples:

  • Insert a new PNG or JPG (or other) image in the document
  • Access image data in a document as an array of bytes
  • Methods for identifying the image format or file type

This feature would be useful when generating reports from C++ software, where charts, maps or other kinds of figures are required.

To do this currently, it's necessary to jump through a lot of hoops involving writing temporary files in an intermediate format (e.g. HTML) and then invoking external executables to handle the conversion to docx. This is a massive pain. It would be much better to be able to do this entirely within C++ code.

@bubsy75
Copy link

bubsy75 commented Sep 24, 2020

Hi, I'm also interested in inserting an image in a docx.
I try it by myself, but I can't. Please, when can you do this?

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

No branches or pull requests

3 participants