cognidox / OfficeToPDF

A command line tool to convert Microsoft Office documents to PDFs
https://www.cognidox.com/
Other
610 stars 137 forks source link

/word_field_quick_update can break images #17

Open vittala opened 6 years ago

vittala commented 6 years ago

Some embedded images may be linked and have a path of cid:.. to indicate they're embedded. However when a fields.Update() is done, the image is broken.

We should be smart enough to handle this (maybe replace the image with a temporary local file?)

See https://stackoverflow.com/questions/12287908/save-pictures-from-word-to-folder-c-sharp and https://stackoverflow.com/questions/1128873/word-automation-replace-an-image-using-c-sharp