Jump to content

How to export PPTslides to JPG files?


 Share

Recommended Posts

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

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • Developers

@friendfox, Not sure why you reported the reply given as there was no explanation and I can't see anything worth reporting.

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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