PptxGenJS
PptxGenJS copied to clipboard
Create PowerPoint presentations with a powerful, concise JavaScript API.
Through the new API addFonts, support embedding fonts into .ppt file.
### Issue Category - [x] Enhancement - [ ] Bug - [ ] Question - [ ] Documentation gap/issue ### Product Versions - Please specify what version of the library...
I am using autopaging while generating pptx file using PPTXGenjs library. I have more than 30 records to be aaded to table. I set autopage: true to parent slide along...
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...
I need to add image fill with a shape,how to get it?
When I used it in the Qiankun sub-application, the function of exporting ppt did not save files, but it can be used normally in the local startup vue project. Why...
* no build files included in this commit * should work on shapes, text, charts, and tables * only a basic demo on shapes included Example usage: ```javascript slide.addShape(pptx.shapes.RECTANGLE, {...
Fix issue #963 The problem is that the png preview of svgs are used by LibreOffice impress, while MS PowerPoint uses the svg directly. However, Impress shows svg files fine,...
border: { pt: '0.25', color: '7F7F7F' }, value of pt always rounded. I think that from 'Math.round' in gen-tables.ts --- sidesBor.forEach((val, idxb) => { const intBorderW = **Math.round**( Number( window...
When i call add.Slide function passing html tag it returns actual text with html tag aslo as a string , how make ppt with html's output