Skip to content

Commit ff8823c

Browse files
committed
Update README.md
1 parent d961a2b commit ff8823c

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22

33
[![codecov.io](https://codecov.io/github/ststeiger/PdfSharpCore/coverage.svg?branch=master)](https://codecov.io/github/ststeiger/PdfSharpCore?branch=master) ![Nuget](https://img.shields.io/nuget/v/PdfSharpCore)
44

5-
**PdfSharpCore** is a partial port of [PdfSharp.Xamarin](https://github.com/roceh/PdfSharp.Xamarin/) for .NET Standard
5+
## About
6+
7+
**PdfSharpCore** is a partial port of [PdfSharp.Xamarin](https://github.com/roceh/PdfSharp.Xamarin/) for .NET Standard.
68
Additionally MigraDoc has been ported as well (from version 1.32).
79
Images have been implemented with [ImageSharp](https://github.com/JimBobSquarePants/ImageSharp/), which is still in Alpha. They State on their readme that it is still in Alpha status and shouldn't be used in productive environments. Since I didn't find any good alternatives it's still used.
810

911
ImageSharp being Alpha isn't a big issue either since this code isn't by far done yet. So please chime in ;)
1012

1113
## Example project
1214

13-
There was an example project here. <br />
14-
I've removed it from this project, and put it into a separate solution.
15-
You can find it [here](https://github.com/ststeiger/Stammbaum).<br />
15+
An example project is not included in this repository, but exists in the repository linked below.
16+
17+
[Go to the example project](https://github.com/ststeiger/Stammbaum)
1618

1719
### Font resolving
1820

@@ -23,7 +25,7 @@ See open issues.
2325

2426
## Usage
2527

26-
```cs
28+
```csharp
2729
//See the "Example" Project for a MigraDoc example
2830
static void Main(string[] args)
2931
{
@@ -83,11 +85,4 @@ public class FontResolver : IFontResolver
8385

8486
## License
8587

86-
Copyright (c) 2005-2007 empira Software GmbH, Cologne (Germany)
87-
Modified work Copyright (c) 2016 David Dunscombe
88-
89-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
90-
91-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
92-
93-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
88+
Distributed under the MIT License. See [`LICENSE.md`](LICENSE.md) for more information.

0 commit comments

Comments
 (0)