Rather than a raw text, I want to use my nice ppt slides within a teleprompter, which use a half-mirror.

Text-prompter softwares automatically flip the screen, which is then flipped back by the mirror into the expected readable way.
But PowerPoints doesn't do this first flip display. To counter the half-mirror, I must find a way to output on my screen a symetrically flipped image via the vertical axis (such below but for the whole screen).

At the end, I want something flopped such as :

How can I output a flipped version of my PPT / PDF ?
Split
You can use
unoconvto convert yourPPTfiles toJPEGs. See How to convert pptx files to jpg or png (for each slide) on linux? .Flop
Then use ImageMagick to flop them like this:
You can also flip them, by adding
-flipinto the command above.Glue
You can put them back together in a PDF using ImageMagick:
Other : pdftk ?
I haven't tried, but I think you can use
pdftkto put them back together into a flippedPDFtoo.