actionscript 3 - How i can create a .ppt file from as3? -


how can create .ppt file as3? need add 1 image powerpoint , save .ppt file on button click. there as3 library available saving files ppt? immensely appreciated.

thanks in advance..

i write vba code in microsoft office powerpoint you. can achieve goal code.

you must create text file name "info.txt" in following order when want create powerpoint presentation (path of text file must in have placed attached "insertpicture-office 2007.pptm" , "insertpicture-office 2010 & 2013.pptm" files):

line 1. distance of image left of slide

line 2. distance of image top of slide

line 3. image width in slide

line 4. image height in slide

line 5. full path , name (with extension [.pptx]) saving powerpoint presentation file

line 6. full path , name (with extension) of image inserting in slide of powerpoint presentation

after save text file, must run "insertpicture-office 2007.pptm" or "insertpicture-office 2010 & 2013.pptm" file , done.

remember must "enable macros" microsoft office powerpoint following way:

open microsoft office powerpoint -> file -> options -> trust center -> trust center settings -> macro settings -> enable macros ...

4shared -> insertpicture-office 2007.pptm, insertpicture-office 2010 & 2013.pptm , info.txt files

sendspace -> insertpicture-office 2007.pptm, insertpicture-office 2010 & 2013.pptm , info.txt files

you can test change "info.txt" file in order of i'm mentioned above, , opening 1 of "insertpicture-office 2007.pptm" or "insertpicture-office 2010 & 2013.pptm" files according installed version of microsoft office powerpoint in system.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -