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.