PptxGenJS
PptxGenJS copied to clipboard
Create PowerPoint presentations with a powerful, concise JavaScript API.

Office2016 and 2019 error ```xml 基于“人机共智”的安全运营服务,围绕业务的“ 资产、漏洞、威胁、事件 ”四个核心要素,提供 风险可知、风险可控、风险可管 。 ``` to change to this format : ```xml 基于“人机共智”的安全运营服务,围绕业务的“ 资产、漏洞、威胁、事件 ”四个核心要素,提供 。 ``` Can this be modified?
### Category - [ ] Enhancement - [x] Bug - [ ] Question - [ ] Documentation gap/issue ### Version Please specify what version of the library you are using:...
Hi @gitbrent , Thanks for the fantastic lib. Does the library support the **startAt** feature while adding a slide number? This screenshot will help clarify it better. I tried modifying...
Hi, Is there a way to add text to specific data values in a chart? through the dataLabelFormatCode we can apply it to all of the data labels but not...
It would be very useful to be able to provide: - custom labels for values - specify unique colors per series In order to make statistical significance testing possible. Below...
Hello. Could you help me? Maybe you know Can I group 2 shapes with PptxGenJS? Thanks a lot. Have a good day.
hi, i am aware of the [other pull request](https://github.com/gitbrent/PptxGenJS/pull/777) by @lifejuggler. But seeing as how that is over a year old i thought i would just contribute again. i have...
This is sample slide which I'm trying to export using [PptxGenJS](https://github.com/gitbrent/PptxGenJS)  How to add gradient fill to shapes?
I set the first cell rowspan=3,give it TRBL borders.But the right(left untested) border only effect to first row. Though I could set the left border of cell B and C...