J
Joseph Armbruster
I currently have some code written to automate the creation of a word
document via Python. My code exists to import a bunch of static html into a
word doc, create bookmarks, etc... It all works out really nice and boils
down (mostly) to using the call below for each static html file:
selection.InsertFile(insertingfilename)
The problem is the images do not appear to be embedded in the actual word
document.
Is there something specific I need to do in order to make the InlineShape
and Shapes embedded?
Thank You,
Joseph Armbruster
document via Python. My code exists to import a bunch of static html into a
word doc, create bookmarks, etc... It all works out really nice and boils
down (mostly) to using the call below for each static html file:
selection.InsertFile(insertingfilename)
The problem is the images do not appear to be embedded in the actual word
document.
Is there something specific I need to do in order to make the InlineShape
and Shapes embedded?
Thank You,
Joseph Armbruster