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

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -