Word 2007, Open XML - embedding an image
Posted
by agnieszka
on Stack Overflow
See other posts from Stack Overflow
or by agnieszka
Published on 2008-12-18T00:07:30Z
Indexed on
2010/03/20
2:41 UTC
Read the original article
Hit count: 442
Do you know what basic information MUST include a paragraph (w:p) in document.xml inside a *.docx document, that specifies an image? I do know there must be
<a:blip r:embed="rId4" />
specifing the relation id, but what else? It's very hard to find it in google and experimenting with cutting out tags from a ready document or reading the specification takes a lot of time.
An example with all the required tags would be greatly appreciated.
© Stack Overflow or respective owner