You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to the docx-rust crate, it's possible to construct a complex node representing structures like images, tables, lists, etc. It would be nice to have an opportunity to put such nodes instead of text placeholders somewhere in a document. docx-template already supports it, though API is a bit clumsy.
Thanks to the
docx-rust
crate, it's possible to construct a complex node representing structures like images, tables, lists, etc. It would be nice to have an opportunity to put such nodes instead of text placeholders somewhere in a document.docx-template
already supports it, though API is a bit clumsy.Even this way it is still problematic to insert new images. Image markup is sophisticated.
The text was updated successfully, but these errors were encountered: