PdfSharpCore.Charting
1.3.64
See the version list below for details.
dotnet add package PdfSharpCore.Charting --version 1.3.64
NuGet\Install-Package PdfSharpCore.Charting -Version 1.3.64
<PackageReference Include="PdfSharpCore.Charting" Version="1.3.64" />
paket add PdfSharpCore.Charting --version 1.3.64
#r "nuget: PdfSharpCore.Charting, 1.3.64"
// Install PdfSharpCore.Charting as a Cake Addin #addin nuget:?package=PdfSharpCore.Charting&version=1.3.64 // Install PdfSharpCore.Charting as a Cake Tool #tool nuget:?package=PdfSharpCore.Charting&version=1.3.64
PdfSharpCore
PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Standard. Additionally MigraDoc has been ported as well (from version 1.32). Image support has been implemented with SixLabors.ImageSharp and Fonts support with SixLabors.Fonts.
Table of Contents
Example
The following code snippet creates a simple PDF-file with the text 'Hello World!'. The code is written for a .NET 6 console app with top level statements.
using PdfSharpCore.Drawing;
using PdfSharpCore.Fonts;
using PdfSharpCore.Pdf;
using PdfSharpCore.Utils;
GlobalFontSettings.FontResolver = new FontResolver();
var document = new PdfDocument();
var page = document.AddPage();
var gfx = XGraphics.FromPdfPage(page);
var font = new XFont("Arial", 20, XFontStyle.Bold);
var textColor = XBrushes.Black;
var layout = new XRect(20, 20, page.Width, page.Height);
var format = XStringFormats.Center;
gfx.DrawString("Hello World!", font, textColor, layout, format);
document.Save("helloworld.pdf");
Contributing
We appreciate feedback and contribution to this repo!
License
This software is released under the MIT License. See the LICENSE file for more info.
PdfSharpCore relies on the following projects, that are not under the MIT license:
- SixLabors.ImageSharp and SixLabors.Fonts
- SixLabors.ImageSharp and SixLabors.Fonts, libraries which PdfSharpCore relies upon, are licensed under Apache 2.0 when distributed as part of PdfSharpCore. The SixLabors.ImageSharp license covers all other usage, see https://github.com/SixLabors/ImageSharp/blob/master/LICENSE
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- PdfSharpCore (>= 1.3.64)
-
.NETStandard 2.0
- PdfSharpCore (>= 1.3.64)
-
net5.0
- PdfSharpCore (>= 1.3.64)
-
net6.0
- PdfSharpCore (>= 1.3.64)
-
net7.0
- PdfSharpCore (>= 1.3.64)
-
net8.0
- PdfSharpCore (>= 1.3.64)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PdfSharpCore.Charting:
Package | Downloads |
---|---|
MigraDocCore.Rendering
MigraDocCore.Rendering for .NET Core MigraDocCore.Rendering was ported from MigraDoc version 1.32 |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on PdfSharpCore.Charting:
Repository | Stars |
---|---|
AntonyCorbett/OnlyT
Meeting Timer
|
Version | Downloads | Last updated |
---|---|---|
1.3.65 | 59,760 | 7/13/2024 |
1.3.64 | 208 | 7/12/2024 |
1.3.63 | 161,434 | 1/17/2024 |
1.3.62 | 98,944 | 9/27/2023 |
1.3.61 | 792 | 9/27/2023 |
1.3.60 | 37,523 | 8/26/2023 |
1.3.59 | 840 | 8/26/2023 |
1.3.58 | 903 | 8/26/2023 |
1.3.57 | 61,803 | 6/13/2023 |
1.3.56 | 55,744 | 4/19/2023 |
1.3.55 | 1,073 | 4/19/2023 |
1.3.54 | 1,129 | 4/18/2023 |
1.3.53 | 1,084 | 4/18/2023 |
1.3.52 | 1,092 | 4/18/2023 |
1.3.51 | 1,084 | 4/18/2023 |
1.3.50 | 1,054 | 4/18/2023 |
1.3.49 | 18,242 | 4/5/2023 |
1.3.48 | 1,061 | 4/5/2023 |
1.3.47 | 103,466 | 2/14/2023 |
1.3.46 | 1,227 | 2/14/2023 |
1.3.45 | 22,738 | 1/26/2023 |
1.3.44 | 1,233 | 1/26/2023 |
1.3.43 | 286,416 | 12/5/2022 |
1.3.42 | 1,254 | 12/5/2022 |
1.3.41 | 52,953 | 10/26/2022 |
1.3.40 | 48,287 | 9/22/2022 |
1.3.39 | 33,549 | 9/13/2022 |
1.3.38 | 23,476 | 8/31/2022 |
1.3.37 | 1,498 | 8/31/2022 |
1.3.36 | 1,549 | 8/31/2022 |
1.3.35 | 1,509 | 8/31/2022 |
1.3.34 | 1,485 | 8/31/2022 |
1.3.33 | 1,486 | 8/31/2022 |
1.3.32 | 82,274 | 6/8/2022 |
1.3.31 | 4,697 | 6/7/2022 |
1.3.30 | 2,575 | 6/3/2022 |
1.3.29 | 1,607 | 6/3/2022 |
1.3.28 | 1,664 | 6/3/2022 |
1.3.27 | 12,839 | 6/2/2022 |
1.3.26 | 1,585 | 6/2/2022 |
1.3.25 | 1,577 | 6/2/2022 |
1.3.24 | 4,785 | 5/31/2022 |
1.3.23 | 2,087 | 5/30/2022 |
1.3.22 | 1,581 | 5/30/2022 |
1.3.21 | 1,622 | 5/30/2022 |
1.3.20 | 1,608 | 5/30/2022 |
1.3.19 | 3,635 | 5/25/2022 |
1.3.18 | 17,798 | 4/28/2022 |
1.3.17 | 1,990 | 4/25/2022 |
1.3.16 | 57,935 | 4/5/2022 |
1.3.15 | 15,923 | 3/30/2022 |
1.3.14 | 95,842 | 3/10/2022 |
1.3.13 | 5,386 | 3/8/2022 |
1.3.12 | 57,147 | 2/9/2022 |
1.3.11 | 18,618 | 1/21/2022 |
1.3.10 | 124,796 | 12/16/2021 |
1.3.9 | 20,159 | 11/11/2021 |
1.3.8 | 16,389 | 10/27/2021 |
1.3.7 | 17,724 | 9/29/2021 |
1.3.6 | 62,983 | 9/22/2021 |
1.3.5 | 2,411 | 9/21/2021 |
1.3.4 | 5,474 | 9/17/2021 |
1.3.3 | 1,395 | 9/17/2021 |
1.3.2 | 1,393 | 9/16/2021 |
1.3.1 | 5,986 | 9/15/2021 |
0.1.3 | 924 | 9/7/2021 |
0.1.2 | 10,253 | 8/25/2021 |
0.1.1 | 144,079 | 3/2/2021 |
0.1.0 | 95,481 | 5/10/2020 |
Fix binary commit: https://github.com/ststeiger/PdfSharpCore/issues/328