in reply to Converting doc to txt without WIN32::OLE
If you don't want to use Win32::OLE, I would look at OpenOffice / LibreOffice for converting the doc file to something else. Searching for MSWord also shows some modules, but there is nothing like Spreadsheet::ParseExcel for Word.
Simply scanning the file for strings will likely not work well if the strings are stored as UTF-16 or wide characters.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Converting doc to txt without WIN32::OLE
by mrguy123 (Hermit) on Jun 20, 2012 at 08:05 UTC | |
by ww (Archbishop) on Jun 20, 2012 at 11:40 UTC | |
by Corion (Patriarch) on Jun 20, 2012 at 11:43 UTC | |
by Anonymous Monk on Jun 20, 2012 at 11:52 UTC |