5  pptx2md.yml

5.1 Prerequisites

5.2 The script

  • Creates an Ubuntu server
  • Installs pptx2md
  • Converts a Powerpoint pptx file into markdown

5.3 Manual steps

  • After the install, create a subdirectory called tmp
  • chdir tmp
  • Upload the pptx file
  • Excute the following cmd: /usr/bin/python3.8 /usr/local/bin/pptx2md filename.pptx

5.4 References