Skip to content

Commit a4283d3

Browse files
author
fileformat-slides
authored
Update README.md
1 parent 70a8e52 commit a4283d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# FileFormat.Slides for .NET | Free C# PowerPoint API
22
[FileFormat.Slides for .NET](https://github.com/fileformat-slides/FileFormat.Slides-for-.NET) - An open-source library offered by [openize.com](https://www.openize.com/) that can help beginners create, open, and edit PowerPoint files.
33

4-
# Contents
4+
## Contents
55
- [Overview](#net-powerpoint-api-for-presentation-manipulation)
66
- [System Requirements](#system-requirements)
77
- [Get Started](#quick-start)
88
- [How To?](#how-to)
99
- [Find More](#find-more)
1010

11-
# .NET PowerPoint API for Presentation Manipulation
11+
## .NET PowerPoint API for Presentation Manipulation
1212

1313
[FileFormat.Slides](https://github.com/fileformat-slides/FileFormat.Slides-for-.NET) is a freely available .NET library crafted for MS PowerPoint presentation manipulation and management. Whether you're a novice or an expert, this API is straightforward to set up and utilize. Its strength lies in the powerful OpenXML engine, which serves as the backbone of FileFormat.Slides. By incorporating this C# library, you can easily generate and control PowerPoint files programmatically. Once integrated, you won't require any additional third-party tools to automate the creation or modification of PowerPoint presentations.
1414

15-
# System Requirements
15+
## System Requirements
1616
- .NET Core 3.1 and above
1717

18-
# Quick Start
18+
## Quick Start
1919
> ```Install-Package FileFormat.Slides```
2020
```
2121
// Open a presentation
@@ -29,7 +29,7 @@ var shapeCount = slide.TextShapes.Count;
2929
```
3030

3131

32-
# How to?
32+
## How to?
3333
> **Create Presentation:**
3434
```
3535
// Create instance of presentation
@@ -51,7 +51,7 @@ presentation.AppendSlide(slide);
5151
// Save presentation
5252
presentation.Save();
5353
```
54-
# Find More
54+
## Find More
5555
> **More Samples:**
5656
Check out the [examples](https://github.com/fileformat-slides-gists/FileFormat.Slides-for-.NET/) for sample code snippets to begin with.
5757

0 commit comments

Comments
 (0)