首页 > 其他 > 详细

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

时间:2018-12-01 19:32:47      阅读:169      评论:0      收藏:0      [点我收藏+]

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?

原文:https://www.cnblogs.com/emanlee/p/10050319.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!