Does anyone know if there is functionality through Word VBA or .NET framework to convert a word doc file into a TIF/TIFF file ?
I initially thought of using the SaveAs method on the document object but had no success, I also tried using the PrintOut method in VBA.
I don't want to use a third party component if possible.
-
-
FYI,
I have found something that may be solution. It is only available with Office 2003 but the library is the MODI - Microsoft Office Document Imaging Libarary. Dll name: MDIVWCTL.DLL
Interesting article Located : http://www.codeproject.com/csharp/MODI.asp
Hope this helps anyone having the same issue that I am experiencing.
The Captain.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.