Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to display Logo on word document template using Base64 string of image dynamically.

I could able to convert image to base64 format but dont know how i can insert that string as image to word document.

My word document is XML file which is binded to XSD, I want to replace <logo> tag with actual image.

Any help would be appriciated!!

Thanks,
Rahul
Posted
Comments
Jas m 4-Jul-11 4:58am    
Interesting question....
Are you generating the word document dynamically? If yes then how & source code would be good to understand how we can solve this...

Jasmin
Rahul Chitte 4-Jul-11 6:44am    
Hi jasmin,

Please refer link http://www.codeproject.com/KB/office/Generating_Word_Reports.aspx (Inserting images into the document)

I am doing the same thing but somehow its not working.. :(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900