WordPerfect
#11449
Replies: 1 comment
-
|
LibreOffice Writer has decent support for WordPerfect documents. You can use it to convert to many other formats including ODT which Pandoc can convert to yet more formats. It is also possible to do this without having to open the UI at all, so you can make it part of a script or other command line workflow involving Pandoc, e.g.: $ libreoffice --headless --convert-to odt --outdir . my_file.wpd
$ pandoc my_file.odt my_file.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it's pity that there is nothing for WordPerfect conversions. I have been using it since 1985 Version 3, now version 21, and sometimes a conversion would be useful.
Beta Was this translation helpful? Give feedback.
All reactions