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 ?
Flop
As you convert into static images, then rather output pdf and work on it. Then, you can use :
It flop your pdf, so you can now use it in a pdf reader full screen, and command the page change using a mouse or other.
Output quality
There may be issues with the output quality and file size. First, if just using
mogrify -flop *.pdf
, the output is of poor quality. Second, if usingmogrify -density 200x200 -quality 100 -flop *.pdf
, the output may be of 30 times the initial pdf weight (as far as I saw). This issue is to dig in. See also Convert PDF to image with high resolution