Hi,

Is it possible to export the current side as a PDF.

Example, I have a certificate at the end of a PPT that I would like to save as PDF once the training is completed.
I can export the whole show, but not a single slide.

I am using the following to export the whole show.

Public Sub ExportAsFixedFormat_Example()

ActivePresentation.ExportAsFixedFormat "C:\Profile\Documents\Certificate.pdf", ppFixedFormatTypePDF, ppFixedFormatIntentScreen, msoCTrue, ppPrintHandoutHorizontalFirst, ppPrintOutputBuildSlides, msoFalse, , , , False, False, False, False, False

End Sub

Any help would be greatly appreciated.