Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Jonathan Greensted Profile

photo Jonathan Greensted (Jonathan Greensted)
19 Mar 2005
United Kingdom United Kingdom
Business Geek
http://www.sentient.co.uk/
Contact memberContact this Member Edit ProfileEdit my profile

I spend my time talking to people about software. I am deeply technical and also extremely business savvy. I live in Surbiton with my wife, two daughters and black labrador.

This user has contributed 0 articles, 1 code samples and posted 0 messages in our discussion forums.

Technology Interests

    Code Samples

  • Inserting images into Word documents using XML

    by Jonathan Greensted

    I've seen many, many requests on the Microsoft newsgroups asking how you can insert a picture into a Word document without saving it to the file system first. This example application described in this blog illustrates both methods for inserting a picture firstly using the Word object model (InlineShapes.AddPicture) and secondly using Word's XML support (InsertXML).. Read full article