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
**PdfSharpCore** is a partial port of [PdfSharp.Xamarin](https://github.com/roceh/PdfSharp.Xamarin/) for .NET Standard
4
7
Additionally MigraDoc has been ported as well (from version 1.32).
5
8
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.
@@ -9,15 +12,14 @@ ImageSharp being Alpha isn't a big issue either since this code isn't by far don
9
12
###### Example project
10
13
11
14
There was an example project here. <br />
12
-
I've removed it from this project, and put it into a separate solution.
15
+
I've removed it from this project, and put it into a separate solution.
13
16
You can find it [here](https://github.com/ststeiger/Stammbaum).<br />
14
17
There's a default font-resolver in [FontResolver.cs](https://github.com/ststeiger/PdfSharpCore/blob/master/PdfSharpCore/Utils/FontResolver.cs).<br />
15
18
It should work on Windows, Linux, OSX and Azure. <br />
16
19
Some limitations apply. <br />
17
-
See open issues.
18
-
20
+
See open issues.
19
21
20
-
## Example usage
22
+
## Example usage
21
23
22
24
```cs
23
25
//See the "Example" Project for a MigraDoc example
0 commit comments