![]() |
#1
|
|||
|
|||
![]()
See many a post on this, very few good answers. Using PPT 2016 PC. Have an inserted high resolution JPG as a slide master title background. Can I get it extracted in its original high resolution form? Some extract iamges apps get it but its a low res ping. Saw some C# code (below) but dont know how to run C# in the VB editor. SURELY there must eb a way ^)
Dim pptApplication As Application = New Application Dim pptPresentation As Presentation = pptApplication.Presentations.Open("c:\"& vbTab&"emp\"& vbTab&"est.pptx", MsoTriState.msoFalse, MsoTriState.msoFalse, MsoTriState.msoFalse) pptPresentation.Slides(1).Export("c:\"& vbTab&"emp\slide.png", "png", 320, 240) pptPresentation.Slides(1).PublishSlides("c:\"& vbTab&"emp\slide\", true, true) pptPresentation.ExportAsFixedFormat("c:\"& vbTab&"emp\slide\example.pdf", PpFixedFormatType.ppFixedFormatTypePDF, PpFixedFormatIntent.ppFixedFormatIntentScreen) pptPresentation.SaveAs("c:\"& vbTab&"emp\slide\example.html", PpSaveAsFileType.ppSaveAsHTMLDual) pptPresentation.SaveAs("c:\"& vbTab&"emp\slide\exampledual.html", PpSaveAsFileType.ppSaveAsHTMLDual) |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing the Toolbar size with high resolution monitors | Dan Heckman | PowerPoint | 0 | 04-01-2016 08:04 AM |
Powerpoint 13 - placeholders in Slide Master end up in the wrong place when viewing presentation | chisao101 | PowerPoint | 0 | 02-14-2015 02:09 PM |
PowerPoint for web - HIGH resolution while retaining smooth animation and transitions | paulajune | PowerPoint | 0 | 01-19-2014 09:15 PM |
High resolution export | tb189 | PowerPoint | 3 | 04-29-2013 08:41 AM |
![]() |
UrbanEast | PowerPoint | 1 | 10-03-2011 09:03 AM |