/geowrite2rtf

geowrite2txt, a simple tool to convert C64/C128 GEOS GeoWrite documents into plain text

Primary LanguageC

geowrite2rtf

geowrite2rtf is a simple tool that converts a C64/C128 GEOS GeoWrite document in .CVT format into RTF format. The tool can optionally write HTML or plain-text as well, though at a loss of some or all formatting.

Use a tool like c1541 or DirMaster to extract the file from a D64/D71/D81/etc. disk image into a .CVT first.

Usage

  • First you need to extract the file from a D64/D71/D81 disk image into CVT format using either DirMaster for Windows, or the c1541 command line tool that ships with VICE:

    geosread dOCUMENT document.cvt

  • Then run geowrite2rtf like this to convert the CVT file to RTF:

    geowrite2rtf document.cvt document.rtf

Status

geowrite2rtf supports:

  • font size
  • styles: underline, bold, reverse, italics, outline, superscript, subscript
  • alignment: left, right, center, justified
  • insets
  • tab stops
  • line spacing

geowrite2rtf discards:

  • font faces
  • headers, footers
  • colors
  • page size
  • graphics

Contributions welcome!

License

BSD 2-Clause

Author

Michael Steil mist64@mac.com