如何使用VBA将PowerPoint保存为只读PDF文件?

时间:2019-05-27 19:12:49

标签: vba pdf powerpoint powerpoint-vba

我的代码可以将文件另存为.pdf,效果很好,但我也希望将其另存为只读文件。

Dim FilePath as String
With Application.ActivePresentation
    .SaveCopyAs FilePath & "CurrentBrief.pdf". ppSaveasPDF
End With

我正在使用PowerPoint 2016,正在寻找可以添加/更改的内容,以使此代码将只读属性添加到我的PDF文件中。

0 个答案:

没有答案