Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

InsertFile not processing file type though COM

Status
Not open for further replies.

hyrogen

Programmer
Jul 10, 2003
60
GB
Hi There,

Im trying to insert a html file into a word doc, his works fine if I do it manually through word, or even a macro. However Im attempting to do this through COM from php, eg:

$word->Selection->InsertFile($tempWord);

However, word now doesnt pick this up, it just outputs the text in a garbled mess, with none of the html formatting (eg tables etc)

Many thanks if anyone has any ideas why this might be.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top