Set the option to connect hyphenated words. For English language only.
Sub ConnectHyphens(newVal As Bool)
newVal
True - Connect hyphenated words
False - Do not connect hyphenated words
Please refer to the list of return exceptions.
oConverter = CreateObject("EasyConverter.PDF2Word.3")
' Set the option to connect hyphenated words
oConverter.ConnectHyphens = True
Call oConverter.ConvertToWord(inFileName, outFileName)