1.3.1 • Published 3 years ago
ts_ppt_text v1.3.1
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
3 years ago
1.2.5
3 years ago
1.2.4
3 years ago
1.3.1
3 years ago
1.2.3
3 years ago
1.2.2
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.9
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago