PptxGenJS
PptxGenJS copied to clipboard
Create PowerPoint presentations with a powerful, concise JavaScript API.
I generate presentations with a single image per slide, but after upgrading I can no longer print these presentations with the "notes" layout print option. You can see in my...
The accessibility checker built into PowerPoint reports that slides are "Missing Slide Title" even when I add a slide title as described in Issue #903. As such, the PPTs fail...
The accessibility checker built into PowerPoint reports that tables are "Missing Table Header" even when I set options to {autoPage:true, autoPageRepeatHeader:true}. The top row of the table indeed acts like...
How to set different layout width for slides
I believe I have found an unusual bug. The shadow property breaks the pptx file if the type is set to 'inner', whereas it would generate the file soundly if...
### Issue Category - [ ] Enhancement - [X] Bug - [ ] Question - [ ] Documentation gap/issue ### Product Versions - Please specify what version of the library...
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...
ai ppt
利用该库的能力再结合gpt,能否实现根据文本的内容自动生成ppt模版
let pres = new pptxgen(); TypeError: pptxgenjs_1.default is not a constructor
It is an extended PR, it also contains #1270 themeColors array is 12 hex code strings in power point order example of use: ```typescript let newPptx = new pptxgen(); newPptx.theme...