How to convert a PowerPoint ppt file into HTML files

command lineconversionhtml

I have to find a free, gratis command line solution to convert primary Microsoft PowerPoint presentations into HTML files (1 HTML file per foil) on Linux (Debian, OpenSuse). It would be nice if the solution supports OpenOffice Impress presentations as well but this is not necessary.

What is/are solution/s for this matter?

Best Answer

You want to use pptHTML:

http://www.ma.utexas.edu/restricted-resources/utma-doc/xlHtml/pptHtml.txt

For debian based distros: http://packages.debian.org/unstable/utils/ppthtml

The C Source for the xlhtml package: http://prdownloads.sf.net/chicago/xlhtml-0.4.9.3.tgz

ppthtml is an executable installed through the same package.

Related Question