libmwaw

Convert legacy Mac document formats to standard formats

brewmacoslinux
Try with needOr install directly
Source

About

Library for converting legacy Mac document formats

Commands

mwaw2csvmwaw2htmlmwaw2pdfmwaw2svgmwaw2text

Examples

convert old mac word document to pdf$ mwaw2pdf document.doc output.pdf
extract text from legacy mac file$ mwaw2text old_file.wps
convert spreadsheet to csv format$ mwaw2csv spreadsheet.xls data.csv
transform mac document to html web format$ mwaw2html document.cwk output.html
convert drawing file to svg vector format$ mwaw2svg drawing.draw image.svg