PptxGenJS icon indicating copy to clipboard operation
PptxGenJS copied to clipboard

Create PowerPoint presentations with a powerful, concise JavaScript API.

Results 231 PptxGenJS issues
Sort by recently updated
recently updated
newest added

Fixes issue #625 by adding a reference to the newly created slides created by an auto-paged table. Example usage would look like this: ```javaScript slide = pptx.addSlide({ sectionTitle: "Tables: Auto-Paging",...

First of all, Thank you so much for this amazing library and hard work. Really appreciated it. ### Category - [ ] Enhancement - [x] Bug - [ ] Question...

triage:needs-investigation

**Description** This PR takes the shape shadow implementation and adapts it to images. Related to [Issue #986](https://github.com/gitbrent/PptxGenJS/issues/986) **Example** ```js let pptx = new PptxGenJS(); let slide = pptx.addSlide(); slide.addImage({ x:...

enhancement-image

### Category - [ ] Enhancement - [x] Bug - [ ] Question - [ ] Documentation gap/issue ### Version Please specify what version of the library you are using:...

triage:please-explain

Fixes #1139. This issue appears to be caused by the `parseTextToLines` routine when it is grouping teble cells to handle line breaks. There is a comment to flush the line...

issue:bug

### Category - [ ] Enhancement - [x] Bug - [ ] Question - [ ] Documentation gap/issue ### Version Please specify what version of the library you are using:...

triage:needs-investigation

### Category - [ ] Enhancement - [x] Bug - [ ] Question - [ ] Documentation gap/issue ### Version Please specify what version of the library you are using:...

triage:needs-investigation

### Category Bug ### Version Please specify what version of the library you are using: [ 3.10.0 ] ### Expected / Desired Behavior / Question When texts with multiple styling...

triage:needs-investigation

Makes both the line and its legend having one of: * flat line cap: ends with a straight line exactly at the end point * rounded line cap: ends with...

enhancement-chart

### Category - Bug ### Version Please specify what version of the library you are using: [ 3.10.0 ] Please specify what version(s) of PowerPoint you are targeting: [Office 2010]...