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

can we edit existing slide element?

Open sharmam1 opened this issue 4 years ago • 2 comments

Screen Shot 2021-04-30 at 4 48 58 PM

i want to replace all *cross with actual value coming from REST API, can we do this? from documentation i could see to add new element await pres.getSlide('slide1').addImage(image => { image .file(./images/pizza.jpg) .x(500) .y(100) .cx(166) .cy(100); });

sharmam1 avatar Apr 30 '21 11:04 sharmam1

@sharmam1 did you find a solution? I`ve the same issue here.

diegoafaguiar avatar Aug 31 '22 04:08 diegoafaguiar

@sharmam1, @diegoafaguiar, is there any development on this? thanks

nunosilvaaa avatar May 03 '23 15:05 nunosilvaaa