|
|
|
|
|
by duckerude
2854 days ago
|
|
You could use Libreoffice's command line interface to convert from .doc to a more manageable format. lowriter --convert-to odt some-document.doc
odt is not the only supported target, but doc --libreoffice--> odt --pandoc--> plain seems to give better results than e.g. doc --libreoffice--> txt or doc --libreoffice--> docx --pandoc--> plain. |
|