Skip to content

Commit ac78c21

Browse files
committed
docs: update README to clarify library capabilities and improve wording
1 parent b611533 commit ac78c21

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ English | <a href="README.zh-CN.md">简体中文</a> | <a href="README.zh-TW.md"
1515

1616
---
1717

18-
A minimal, zero-dependency .NET library for converting Excel (.xlsx) files to PDF.
18+
A minimal, zero-dependency .NET library for converting office files to PDF.
1919

2020
## Features
2121

@@ -24,7 +24,7 @@ A minimal, zero-dependency .NET library for converting Excel (.xlsx) files to PD
2424
- **Zero dependencies** — Uses only built-in .NET APIs (no external packages)
2525
- **Valid PDF 1.4** output
2626
- **Word-to-PDF** — In development
27-
- **Chart** — Not currently supported
27+
- **Chart** — Not currently supported well
2828

2929
## Getting Started
3030

@@ -34,10 +34,6 @@ A minimal, zero-dependency .NET library for converting Excel (.xlsx) files to PD
3434
dotnet add package MiniPdf
3535
```
3636

37-
### Requirements
38-
39-
- .NET 9.0 or later
40-
4137
## Usage
4238

4339
```csharp

0 commit comments

Comments
 (0)