VBA Macro: Save a PowerPoint Presentation To PDF Programmatically
If you need to save a PowerPoint presentation to PDF format programmatically using VBA code, here is a simple macro to do the job. This macro snippet will make possible to save the active presentation to an output PDF file in the same path where you have the presentation saved.