8000 GitHub - ktye/pptx: Package pptx creates and adds slides to powerpoint presentations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

ktye/pptx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

package pptx


Package pptx creates and adds slides to powerpoint presentations.

The package can be used to create simple powerpoint pptx files or to append
slides to an existing presentation.

The file format is a compressed zip archive with xml files and images. The
package unpacks the archive in memory, adds files and manipulates existing
xml files to add new slides. It uses github.com/beevik/etree for xml
operations.

The aim of the package is not to support all of powerpoint's possibilities
but to understand just enough to be able to add new slides to an existing
presentation.

Supported are:

Textboxes

    - Position
    - Font, Fontsize
    - Multiline text
    - mark as title

Item lists

Images

    - Position

About

Package pptx creates and adds slides to powerpoint presentations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0