PPTX Creation Feature - Tentative Version
Progress Regarding the development of the C# library that reads Markdown and creates PowerPoint files, I’ve managed to implement the minimum required features for now. The current features are as follows: Slide size is fixed at 4x3 (I want to support 16:9 as well) The first slide is always a title page Slides from the second one onwards can be added freely It's possible to specify the slide layout for added slides Only text can be added to slides; images and shapes are not supported Writing code like the following creates a *.pptx file. ...