Last active
August 24, 2018 17:56
-
-
Save verajosemanuel/4dd04c7654fe7221c1acfc032be56e90 to your computer and use it in GitHub Desktop.
using #pandoc to convert html to doc and rtf in #bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pandoc | |
pandoc -f html -t docx informe.html - -o informe.docx | |
pandoc -f html -t rtf informe.html - -o informe.rtf | |
pandoc -f html -t docx informe.html - -o informe.docx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment