PptxGenJS
PptxGenJS copied to clipboard
Create PowerPoint presentations with a powerful, concise JavaScript API.
Issue Category: Enhancement Product Versions: 3.12.0 ### Feature Request Currently the text attribute "caps type" is not available. I would be great to support this in the future. Valid values...
### Issue Category - [ x ] Bug ### Product Versions - version of the library: v3.12.0 (Angular 14 (typescript) - version(s) of PowerPoint you are targeting: any (same result...
Firstly thanks for an awesome package! We were getting intermittent errors when converting a series of Tables into powerpoint slides. After some investigation it was down to the way the...
Current pptx export fails whenever a media asset fails to be loaded. This PR fixes that by adding a blank image whenever an asset fails to load.
# FormatCode not working in MSOffice and Google Slides ### Issue Category - [ ] Enhancement - [x] Bug - [ ] Question - [ ] Documentation gap/issue ### Product...
I'm using the straight sample code from the website. Can't get it working in React Native. import pptxgen from "pptxgenjs"; let pptx = new pptxgen(); let slide = pptx.addSlide(); slide.addText("React...
We appreciate your feedback - to help the team understand your needs please complete the following template to ensure we have the details to help. ### Submission Guidelines - **If...
- no build files included in this commit - should work on shapes, text, charts, and tables Example usage: slide.addShape(pptx.shapes.RECTANGLE, { x: 5.1, y: 6, w: 3.0, h: 1, fill...
Hi, it would be great to have adjustment properties like `rectRadius` for `ROUNDED_RECTANGLE`, but for other shapes which do not support such properties yet. Such as: `ROUND_2_DIAG_RECTANGLE `, `ROUND_2_SAME_RECTANGLE `,...