friendfox Posted December 26, 2013 Posted December 26, 2013 I was a beginner and want to help children in the classroom to PPT saved as JPG files, trouble you help, thank you.
orbs Posted December 26, 2013 Posted December 26, 2013 (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 December 26, 2013 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
friendfox Posted December 27, 2013 Author Posted December 27, 2013 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.
Developers Jos Posted December 27, 2013 Developers Posted December 27, 2013 @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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now