You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,9 @@
5
5
## About
6
6
7
7
**PdfSharpCore** is a partial port of [PdfSharp.Xamarin](https://github.com/roceh/PdfSharp.Xamarin/) for .NET Standard.
8
-
Additionally MigraDoc has been ported as well (from version 1.32).
9
-
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.
8
+
Additionally MigraDoc has been ported as well (from version 1.32).<br />
10
9
11
-
ImageSharp being Alpha isn't a big issue either since this code isn't by far done yet. So please chime in ;)
10
+
Support for images has been implemented with [ImageSharp](https://github.com/SixLabors/ImageSharp).
12
11
13
12
## Example project
14
13
@@ -18,15 +17,15 @@ An example project is not included in this repository, but exists in the reposit
18
17
19
18
### Font resolving
20
19
21
-
There's a default font-resolver in [FontResolver.cs](https://github.com/ststeiger/PdfSharpCore/blob/master/PdfSharpCore/Utils/FontResolver.cs).<br />
20
+
There's a default font-resolver in [`FontResolver.cs`](https://github.com/ststeiger/PdfSharpCore/blob/master/PdfSharpCore/Utils/FontResolver.cs).<br />
22
21
It should work on Windows, Linux, OSX and Azure. <br />
23
22
Some limitations apply. <br />
24
23
See open issues.
25
24
26
25
## Usage
27
26
28
27
```csharp
29
-
//See the "Example" Project for a MigraDoc example
28
+
//See the "Example" Project for a MigraDoc example
0 commit comments