ç®ç PPTãã¡ã¤ã«ããPNGç»åã¸ã®å¤æã¹ã¯ãªããã§ãã ã½ã¼ã¹ã³ã¼ã æç¶ãç $file = "" $target_dir = "" Add-Type -AssemblyName Microsoft.Office.InterOp.PowerPoint $app = New-Object -ComObject PowerPoint.Application $app.Visible = $True $pres = $app.Presentations.open($file) $pres.SaveAs($target_dir, [Microsoft.Office.Interop.PowerPoint.PpSaveAsFileType]::PpSaveAsPNG, $False) $pres.Close() $app.Quit() [gc]::collect() [gc]::WaitForP
{{#tags}}- {{label}}
{{/tags}}