PptxGenJS
PptxGenJS copied to clipboard
Create PowerPoint presentations with a powerful, concise JavaScript API.
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...
**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:...
### Category - [ ] Enhancement - [x] Bug - [ ] Question - [ ] Documentation gap/issue ### Version Please specify what version of the library you are using:...
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...
### Category - [ ] Enhancement - [x] Bug - [ ] Question - [ ] Documentation gap/issue ### Version Please specify what version of the library you are using:...
### Category - [ ] Enhancement - [x] Bug - [ ] Question - [ ] Documentation gap/issue ### Version Please specify what version of the library you are using:...
### 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...
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...
### 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]...