Jump to content

Recommended Posts

Posted (edited)

hello,

if you want to automate the process, then PowerPoint (like many other applications) has a built-in scripting ability named "COM". it has a method named "SaveAs".

have a look here:

http://msdn.microsoft.com/en-us/library/office/aa220515(v=office.11).aspx

this may be a good starting point:

'?do=embed' frameborder='0' data-embedContent>>

and of-course, if you want to do it manually, then do a "Save As" and select the file type to jpg - or apply ControlClick() & ControlSend() to mimic this action.

Edited by orbs

Signature - my forum contributions:

  Reveal hidden contents

 

Posted
  On 12/26/2013 at 7:53 AM, orbs said:

hello,

if you want to automate the process, then PowerPoint (like many other applications) has a built-in scripting ability named "COM". it has a method named "SaveAs".

have a look here:

http://msdn.microsoft.com/en-us/library/office/aa220515(v=office.11).aspx

this may be a good starting point:

'?do=embed' frameborder='0' data-embedContent>>

and of-course, if you want to do it manually, then do a "Save As" and select the file type to jpg - or apply ControlClick() & ControlSend() to mimic this action.

Programming are not familiar with, so do not understand; But thank you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...