-
Notifications
You must be signed in to change notification settings - Fork 104
Merge images into document #12
Comments
Being able to merge images would be a nice feature to have. I like it. However due to time constraints, I won't be able to provide the implementation of it. You wouldn't feel comfortable trying to work on a pull request? |
I'm new to python. Out the result would be of a Python novice. |
Hi @Bouke |
Please note that this library's goal is to provide mail merge functionality. The functionality to merge an image in a mergefield is completely legit, and would be nice to have. However I don't quite see how replacing images fits into the concept of mail merge. |
Seems to MailMerge images into document have complete. The following is the domain code: Btw,in OS, INCLUDEPICTURE don't support relative path. |
How do you mean? I don't see anything in the source code for this module that implements images into mailmerge()? |
I can think of some use cases, where you want to add a personal image in each merged page. I made a version of image merge work. If people are interested in this feature, I am happy to create a pull request. |
Howdy. |
I found a solution but its in nodejs/coffeescript.
https://github.com/edi9999/docxtemplater
https://github.com/edi9999/docxtemplater/blob/master/coffee/imgManager.coffee
https://github.com/edi9999/docxtemplater/blob/master/coffee/imgReplacer.coffee
If I were not stupid in terms of Python, I would like to implement it.
The text was updated successfully, but these errors were encountered: