Convert from slidy to powerpoint with pandoc or something else?

405 views Asked by At

I'd like to convert a slidy presentation to powerpoint. I tried using pandoc:

pandoc -f html+tex_math_dollars+tex_math_single_backslash test.html  -o test.pptx

Does create a powerpoint file, but the file doesn't have separate slides, all the text is one slide, probably because the above command doesn't tell pandoc to recognize that the html is slidy.

I found commands for pandoc to convert TO slidy but nothing about converting FROM slidy.

0

There are 0 answers