pptx-automizer icon indicating copy to clipboard operation
pptx-automizer copied to clipboard

A template based pptx generator for Node.js

Results 25 pptx-automizer issues
Sort by recently updated
recently updated
newest added

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.

bug

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...

enhancement

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...

enhancement
help wanted
question

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...

enhancement
refactor

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...

question
tip

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...

question
tip

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...

tip

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...

help wanted
refactor

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...

bug