jhaase1
jhaase1
I just encountered this issue also
How would I do a test on this? Regards, John R. Haase [email protected] On Thu, Jun 21, 2018 at 7:33 AM Alex Lindsay wrote: > This class does now exist...
Hi, There's a 1-1 matching layouts between the template  and the files  They're actually from a common ancestor rather a descendent but are identical except for the image...
Making a slide that's a descendent of template worked; however, it kept the "No side banner" layout rather than switching to the "Side banner" layout. I want to be able...
Nope, I've been smashed at work and haven't even looked at it 😕
If I'm understanding the code correctly it's possible to add a callback to the `addSlide` method https://github.com/singerla/pptx-automizer/blob/0887d73325c7dcd567211e996d4375c574148d19/src/automizer.ts#L325 Could this callback be the `useSlideLayout` argument? https://github.com/singerla/pptx-automizer/blob/0887d73325c7dcd567211e996d4375c574148d19/src/interfaces/islide.ts#L28
Ok, I tried that and it pulls the layout from the source presentation (so I end up with duplicate layouts). Also adding `useSlideLayout` causes the imported slides masters to have...
I want to change to 16:9 at import
Hi All, The problem with just scaling is that it doesn't match the layout that's in the template. I want to apply the template version of the layout. Is there...
Not proprietary, just a volunteer project that I'm doing. This is the [file that interacts with pptx-automizer](https://github.com/jhaase1/presentation_creator/blob/main/src/main/powerpoint/copySlidesToPPTX.js). Here's the template I'm using and a few example files. I can attach...