Viewing Word's doc files
Posted: Fri Jul 29, 2005 12:06 am
Textpad could become an ideal vehicle to see the text content of doc files with what seems like very little effort.
Why do this?
Microsoft Word not only takes a long time to load, but each time you
open an email attachment you run the risk of unleashing a virus.
Wordpad does not support macros, so it can be used to look at doc files
safely. However...., Wordpad is unique to each release of Windows.
- The W98SE Wordpad cannot open Word2000 doc files.
- The W2K Wordpad can handle Word2000 doc files, but my system has
graphics filter problems and the option to continue by ignoring
graphics causes a frozen pane which needs CtlAltDel to remove.
When Textpad opens a doc file the screen shows chunks of binary code scattered between groups of text content.
Seems easy to do:
- Do not show binary content in on-screen display
Undoubtedly hard to do and a nicety:
- Interpret tables to an ASCII format rather than stringing the
entries in a single line of text
Why do this?
Microsoft Word not only takes a long time to load, but each time you
open an email attachment you run the risk of unleashing a virus.
Wordpad does not support macros, so it can be used to look at doc files
safely. However...., Wordpad is unique to each release of Windows.
- The W98SE Wordpad cannot open Word2000 doc files.
- The W2K Wordpad can handle Word2000 doc files, but my system has
graphics filter problems and the option to continue by ignoring
graphics causes a frozen pane which needs CtlAltDel to remove.
When Textpad opens a doc file the screen shows chunks of binary code scattered between groups of text content.
Seems easy to do:
- Do not show binary content in on-screen display
Undoubtedly hard to do and a nicety:
- Interpret tables to an ASCII format rather than stringing the
entries in a single line of text