开发者

Convert an image from bytes in xml to word document

开发者 https://www.devze.com 2023-02-07 07:23 出处:网络
I\'ve created an application in c# where an image is开发者_如何学运维 inserted into xml by turning it into bytes. How do i then convert this image from the xml into a word document?This article might

I've created an application in c# where an image is开发者_如何学运维 inserted into xml by turning it into bytes. How do i then convert this image from the xml into a word document?


This article might help you:

  • Inserting images into Word documents using XML

The main idea of the article is to construct a WordML (WordProcessingML) document fragment representing the image to be inserted and then calling Word's InsertXML function to place the image in the document.

0

精彩评论

暂无评论...
验证码 换一张
取 消