Software Development Network>> Visual C#>> Convert doc to tif
Hi
how can i convert doc file to tif file using c# or vb
thanks
Except that "tif" is not a supported format for Document.SaveAs(). From http://msdn2.microsoft.com/en-us/library/microsoft.office.tools.word.document.saveas(VS.80).aspx the following are the only available formats.
Thank you PJ.van de Sande
i will try to find the solution
thank you again
Convert doc to tif
Youz
Except that "tif" is not a supported format for Document.SaveAs(). From http://msdn2.microsoft.com/en-us/library/microsoft.office.tools.word.document.saveas(VS.80).aspx the following are the only available formats.
dschon
Please let us know if how it worked out!
ruju
- Automating MS Word Using Visual Studio .NET
- How to automate Microsoft Word to create a new document by using Visual C#
- Creating and Opening Microsoft Word Documents from .NET Using C#
- Getting Started (Visual Studio Tools for Office)
- Office Development Samples and Walkthroughs
- Walkthroughs Using Word
- Microsoft.Office.Interop.Word Namespace
Now use the SaveAs method to save a loaded document as a tiff file.Saleem Yusuf
Thank you PJ.van de Sande
i will try to find the solution
thank you again