How to resize slide dimensions without resizing any objects on the slide?

Posted emanlee

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to resize slide dimensions without resizing any objects on the slide?相关的知识,希望对你有一定的参考价值。

IF you are competent to unzip the pptx file and modify the XML it can be done, the slide size will change but the pictures will not change (they will move though and you will have to adjust the positions)

Unzip > look for PPT > presentation XML and change the slide size values (p:sldSz) then rezip.  Don‘t go there if this makes no sense and in any case keep a copy!

Relevant values are:

4:3         cx="9144000" cy="6858000"
16:10      cx="9144000" cy="5715000"
16:9        cx="9144000" cy="5143500"

 

This idea originally came from Steve Rindsberg.

=================

You can make a copy of your presentation, change the dimensions, then copy the distorted stuff from the original ppt in your copy.

=================

REF:

https://answers.microsoft.com/en-us/msoffice/forum/msoffice_powerpoint-mso_other-mso_2010/how-to-resize-slide-dimensions-without-resizing/01ab1794-2dbd-45ae-8aa4-8be1a7bc3ec3

 

以上是关于How to resize slide dimensions without resizing any objects on the slide?的主要内容,如果未能解决你的问题,请参考以下文章

How to Resize Ramdisk space by HPDM

How to return NULL string

什么是 data-target 和 data-slide-to 属性?

图片轮播 data-slide-to="?"使用 WordPress PHP

如何改变data-bs-slide-to的值动态引导5和vue js 2

在 UITextView 中逐字删除 Slide-to-type 在 `shouldChangeText` 委托方法中给出了不正确的范围