using var source = new Presentation("source.pptx"); using var target = new Presentation("target.pptx"); var copyingSlide = source.Slides[0]; target.Slides.Add(copyingSlide);
using var pres = new Presentation("some.pptx"); var shapes = pres.Slides[0].Shapes; shapes.AddLine(startPointX: 100, startPointY: 50, endPointX: 100, endPointY: 50); pres.Save();
using var pres = new Presentation("slide.pptx"); var slide = pres.Slides[0]; // get bytes of background var bytes = slide.Fill.Picture!.AsByteArray();
using var pres = new Presentation(); var shapes = pres.Slides[0].Shapes; shapes.AddRectangle(x:50, y:60, width:100, heght:70);
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4