Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
My question is can I manipulate word document when End user doesn't have office installed?

The issue is I want to design a program that can save docx file as doc file (no need to open i just need to save it as doc file) I will add reference to office in my project and it will be an easy issue but my question is does it will work if the end user doesn't have office installed on his machine??

I am using VB.NET language and visual studio 2008
Any advice is appreciated, Thank you
Posted
Updated 25-Dec-09 6:37am
v3

wrote:
but my question is does it will work if the end user doesn't have office installed on his machine??


No. Your only option here is to learn the Word file format and write a program that can read and write it.
 
Share this answer
 
I think you can't...If you are using Microsoft.Office.Interop.Word v11 / v12.
 
Share this answer
 

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