Closed dotBATmanNO closed 4 years ago
I have added a "corrupt" PPTX file, basically this should be the Publish-PPTX-Speech.pptx file with added .WAV file per slide and timings set. Publish-PPTX-Speech_VoiceOver.pptx
Disabled the feature in the script that set the ShowType to Kiosk. Meh!
# Bug with setting ShowType to Kiosk causes PPTX to be corrupted.
# $objPresentation.SlideShowSettings.ShowType=3
The resulting file is corrupt.
Run the script against the "near blank" PowerPoint file in this way: .\Publish-PPTX-Speech.PS1 .\Publish-PPTX-Speech.pptx
.. and on my machine PowerPoint claims that the resulting Publish-PPTX-Speech_VoiceOver.pptx file is corrupt.
Please help! :)