guigrpa / docx-templates

Template-based docx report creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement request - Links for Images

Gary-Delancy opened this issue · comments

Word allows for links to be added to image objects. I would like to be able to do that, perhaps just an optional property for the IMAGE command?

That should be possible, I think. This is the function tasked with injecting images into the resulting XML tree

const processImage = (ctx: Context, imagePars: ImagePars) => {

I'm not sure what part of the DrawingML spec deals with this though http://officeopenxml.com/drwOverview.php

Happy to merge your contribution if you can get this to work.