Is there any code in PowerPoint VSTO (VB.NET) to insert a PDF file to slide?
In PowerPoint VBA below is the code,
Set oShp = oSld.Shapes.AddOLEObject(Left:=100, Top:=100, Width:=200, Height:=300, Classname:="Shell.Explorer", Link:=msoFalse)
Is there any code in PowerPoint VSTO (VB.NET) to insert a PDF file to slide?
In PowerPoint VBA below is the code,
Set oShp = oSld.Shapes.AddOLEObject(Left:=100, Top:=100, Width:=200, Height:=300, Classname:="Shell.Explorer", Link:=msoFalse)
I'd suggest creating a screenshot of the page which you need to show in PowerPoint slide and insert that slide instead.