Skip to content

Instantly share code, notes, and snippets.

@verajosemanuel
Last active August 24, 2018 17:56
Show Gist options
  • Save verajosemanuel/4dd04c7654fe7221c1acfc032be56e90 to your computer and use it in GitHub Desktop.
Save verajosemanuel/4dd04c7654fe7221c1acfc032be56e90 to your computer and use it in GitHub Desktop.
using #pandoc to convert html to doc and rtf in #bash
# 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