1.3.1 • Published 2 years ago

ts_ppt_text v1.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ts_ppt_text

TypeScript PowerPoint Text is a library which allows for the modification of text entries within PowerPoint (.pptx, .ppt) files.

Usage Example

   const presentation = new Presentation(
        path.join(__dirname, '../example.pptx'),
        path.join(__dirname, '../output/')
    )
    
    const slides = await presentation.getSlides()
    
    slides.forEach((slide) => console.log(slide.textNodes))
    
    slides.forEach((slide) => slide.editTextNode(1, 'new text'))
    
1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.3.1

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago