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
I need to be able to inject custom properties into the result of a patched document, or, insert them at the same time that the patching is occurring. Currently, my application reads a docx (as the template), then patches it with a bunch of paragraphs, however, I cannot figure out how to get some important data into custom properties that could be accessible in the final document. I've tried to figure out how to convert the patched document back into a Document so I can add the custom properties, but I failed to figure it out. Any help is greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to be able to inject custom properties into the result of a patched document, or, insert them at the same time that the patching is occurring. Currently, my application reads a docx (as the template), then patches it with a bunch of paragraphs, however, I cannot figure out how to get some important data into custom properties that could be accessible in the final document. I've tried to figure out how to convert the patched document back into a Document so I can add the custom properties, but I failed to figure it out. Any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions