How can you open files in a program created with Visual Basic and save them in different formats? I want to be able to open .DOC files and convert them to RTF without requiring the user to have MS WORD on their computer.
Printable View
How can you open files in a program created with Visual Basic and save them in different formats? I want to be able to open .DOC files and convert them to RTF without requiring the user to have MS WORD on their computer.
You could download the File Spec. for the different file type from Wotsit.org and do the conversion yourself, or find a DLL or Control that will do it for you.