Hello,
I’m trying to save a slide from a PPTX as an image, but yellow boxes appear that are not present in the original presentation.
Could you please confirm whether this is a bug?
Thank you
Code:
new Presentation(…...you Code: new Presentation("/path/to/yellow.pptx").getSlides()...Dimension(1820, 1040)).save( "/path/to/yellow.jpg", ImageFormat...