ruby-docx / docx

a ruby library/gem for interacting with .docx files
MIT License
431 stars 170 forks source link

Add append-entry feature #128

Open oslivan opened 2 years ago

oslivan commented 2 years ago

Hello, I added a append_entry method, which be used to add additional entries to docx, such as media entry. When I changed word/document.xml for adding some picture, It won't be display due to lost the media file.