Matt Pickering
Matt Pickering
I'm just looking at my roadmap and I need to write these two features at **_some point_** in the future. I may as well contribute them back if you'd like...
Currently if a password reset is requested and this email address isn't associated with an account we send a email saying ' request failed: you don't have a $project account'....
## Issue with loading PowerPoint file from buffer The `save()` method allows you to specify either a callback (passing buffer) or file path, but when **_loading_** a PowerPoint file, you...
Is there a way to do this already, or would you accept a PR?
setChartData throws ``Error: Could not find file ppt/charts/undefinedundefined.xml@Recreated_Presentation_OUTO1.pptx at ArchiveJszip. (/Users/matt/dev/pptxtopptxgenjs/node_modules/pptx-automizer/dist/helper/archive/archive-jszip.js:57:23)`` on these charts.
I think this would be 'not too difficult' to add; we just need to work out how to present it to the user.. maybe slide.modifyMaster()? I appreciate the same can...
Hi, We know we can set positioning using this lib e.g ```js modify.setPosition({ // set position from the left to 5 cm x: CmToDxa(5), // or use a number in...
When adding new rows to a table using the ModifyTable class, it currently applies the styles of row 0 to the new rows (well actually an empty style object and...