gregdolley
gregdolley
Will do! On Tue, Jan 12, 2021, 09:59 Mark Daggett wrote: > @gregdolley Would you mind checking this > out? > > — > You are receiving this because you...
@heavysixer: this is popping up because we use "require" the uuid library like this in many places: ```javascript const uuidv4 = require('uuid/v4'); ``` ...where there is a "uuid/" inside the...
@hannaol - what version of node are you running your code under? Also, could you please post the part of your code that is causing this error? Thanks!
@heavysixer @harishankar0301 - the removing slide code looks fine. That is indeed strange behavior. I'll take a look at it today. As for your other question regarding moving a slide...
@harishankar0301 @heavysixer Yup, sorry I forgot to update the status on this. It _is_ due to the unused media not getting removed when slides which reference that media are removed....
@abhiwagh I'll take a look.
@abhiwagh - The reason for this is because you're calling two _async_ functions back-to-back before waiting for the first one to finish. So initially, when PPTX is instantiated, the pptx...
@dsample - For editing charts from an externally loaded pptx, I'm afraid this isn't supported at the moment with the nodejs-pptx package. However, we do have it in our backlog...
> Is there a way to copy an existing slide into a new slide? > > Something like: > > pres.copySlide(pres.getSlide(3)) @DavidCastilloR - currently, we don't have this, but it...
@heavysixer @bpascher Unfortunately, editing slide masters (whether on an existing slide or not), is still not possible. We've had this feature on our backlog for a long time. Mark -...