pptx-automizer
pptx-automizer copied to clipboard
A template based pptx generator for Node.js
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 am ideally looking to convert a 0.4 to 40% on a chart. i guess instead i could have a separate template slide for percent _Originally posted by @jrking4 in...
The template based approach of `pptx-automizer` requires all contents of a presentation to be present in one or more template pptx files. While most other pptx automation libraries will write...
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...
This is probably a fairly small issue, but with the exact sample code in the README, I receive an error when attempting to modify a completely empty table with two...
It took me hours to figure this out so thought I'd share a quick workaround on how to: i) loop through all the slides in a presentation ii) replace all...
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...
The new features for slideMaster handling have arrived with `xml-relationship-helper.ts`. It would be very welcome to replace the corresponding static method calls from `xml-helper.ts` by `xml-relationship-helper.ts`. E.g. is `parseRelationTarget()`, part...
It may happen to have cells e.g. in Column B without an existing cell in Column A. `pptx-automizer` stumbles across this, because it cannot match existing and new cells by...