A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
Thank you for this pointer. Seems that this does, indeed, fix the problem (for me, at least).
For my setup (Windows 8.1, Surface Pro 3, Office 365 - Office 15) the specific instructions are few and simple:
- Go to C:\Program Files\Microsoft Office 15\root\office15
- Right-click on powerpnt.exe.manifest and change the permission so you can modify the file
- Right-click on powerpnt.exe.manifest and open with Wordpad
- Change the line
<dpiAware>True/PM</dpiAware>
to
<dpiAware>False/PM</dpiAware>
- Save file
(at least with Office 365, you don't need to do anything in the registry as it's already looking at the external manifest file.)
Yes, line 4 seems counter-intuitive, but it's correct. Once you change this to False, Powerpoint will scale moving from high to lower DPI monitors. I've not encountered any other issues, but I've not used it for very long, yet.
Thanks to the previous pointers/authors for this tip.
(Do read
http://www.danantonielli.com/adobe-app-scaling-on-high-dpi-displays-fix/
if you want more details and the history of this.)