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:

Spoiler

UDF:

LFN - support for long file names (over 260 characters)

InputImpose - impose valid characters in an input control

TimeConvert - convert UTC to/from local time and/or reformat the string representation

AMF - accept multiple files from Windows Explorer context menu

DateDuration -  literal description of the difference between given dates

Apps:

Touch - set the "modified" timestamp of a file to current time

Show For Files - tray menu to show/hide files extensions, hidden & system files, and selection checkboxes

SPDiff - Single-Pane Text Diff

 

Posted

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...