1.3.1 • Published 11 months ago

ts_ppt_text v1.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months 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

11 months ago

1.2.5

11 months ago

1.2.4

12 months ago

1.3.1

11 months ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.9

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago