Ritterbruder
11-11-2016, 10:51 AM
I am in the process of reformatting hundreds of slides from 4:3 ratio to 16:9 ratio and applying a new template
I have written a .NET automation script which works as designed. It iterates through PPTs, changes the ratio to 16:9, and applies a new template.
However, there are several slides where the spacing of the text boxes are off.
This one worked OK:
Before:
17569
After:
17570
This one did not:
Before:
17571
After:
17572
As you can see, in the second one, the text box is out of alignment. I did a test off to the side and noticed that this happens if the user dragged and moved the text box in the original slides. This prevents the template's text box alignments from being applied.
Does anyone know how to correct this? I believe this may have something to do with the slide master. By moving the text box, the slide no longer follows the slide master. Is there a way to reapply the alignments from the slide master?
Thanks
I have written a .NET automation script which works as designed. It iterates through PPTs, changes the ratio to 16:9, and applies a new template.
However, there are several slides where the spacing of the text boxes are off.
This one worked OK:
Before:
17569
After:
17570
This one did not:
Before:
17571
After:
17572
As you can see, in the second one, the text box is out of alignment. I did a test off to the side and noticed that this happens if the user dragged and moved the text box in the original slides. This prevents the template's text box alignments from being applied.
Does anyone know how to correct this? I believe this may have something to do with the slide master. By moving the text box, the slide no longer follows the slide master. Is there a way to reapply the alignments from the slide master?
Thanks