PowerPoint: Difference between revisions
Line 13: | Line 13: | ||
** http://www.s-anand.net/blog/automating-powerpoint-with-python/ | ** http://www.s-anand.net/blog/automating-powerpoint-with-python/ | ||
** (http://www.shengdongzhao.com/shen_blog/how-to-automatically-create-powerpoint-slides-using-python/) | ** (http://www.shengdongzhao.com/shen_blog/how-to-automatically-create-powerpoint-slides-using-python/) | ||
<br> | |||
* <u>'''AutoIT'''</u> | |||
** | |||
<br> | <br> | ||
* <u>'''VBA'''</u> | * <u>'''VBA'''</u> | ||
** http://www.pptfaq.com/FAQ00033_How_do_I_use_VBA_code_in_PowerPoint.htm | ** http://www.pptfaq.com/FAQ00033_How_do_I_use_VBA_code_in_PowerPoint.htm |
Revision as of 18:17, 28 February 2014
Generic Tips&Tricks
- select pane
Automated generation
- python-pptx
- pywin32
- http://sourceforge.net/projects/pywin32/
- http://metazin.wordpress.com/2008/08/12/how-to-work-with-powerpoint-files-in-python/ (pywin32)
- http://nbviewer.ipython.org/github/sanand0/ipython-notebooks/blob/master/Office.ipynb
- http://stackoverflow.com/questions/18670428/controlling-powerpoint-using-leap-motion-and-python
- http://www.s-anand.net/blog/automating-powerpoint-with-python/
- (http://www.shengdongzhao.com/shen_blog/how-to-automatically-create-powerpoint-slides-using-python/)
- AutoIT