How to insert raw XML into document? #1786
Unanswered
chriscrittenden
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Not possible at the moment, but sounds powerful AFAIK, they need to be part of fields? is that true? Related docs: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Word, you can insert a field (see image). I'm trying to replicate this with docx. This is the XML that results from doing this in word:
<w:r>
<w:rPr>
<w:noProof />
</w:rPr>
<w:instrText xml:space="preserve"> INCLUDEPICTURE \d "[URL TO IMAGE]" * MERGEFORMATINET </w:instrText>
</w:r>
Is there a way to insert this raw XML into my document?
Beta Was this translation helpful? Give feedback.
All reactions