PdfSharpCore.Charting 1.3.65

dotnet add package PdfSharpCore.Charting --version 1.3.65                
NuGet\Install-Package PdfSharpCore.Charting -Version 1.3.65                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PdfSharpCore.Charting" Version="1.3.65" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PdfSharpCore.Charting --version 1.3.65                
#r "nuget: PdfSharpCore.Charting, 1.3.65"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PdfSharpCore.Charting as a Cake Addin
#addin nuget:?package=PdfSharpCore.Charting&version=1.3.65

// Install PdfSharpCore.Charting as a Cake Tool
#tool nuget:?package=PdfSharpCore.Charting&version=1.3.65                

PdfSharpCore

NuGet Version CI codecov.io

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
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 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

PDFSharp_NugetDemo

Package Description

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 707 7/13/2024
1.3.64 138 7/12/2024
1.3.63 102,358 1/17/2024
1.3.62 84,994 9/27/2023
1.3.61 755 9/27/2023
1.3.60 31,947 8/26/2023
1.3.59 803 8/26/2023
1.3.58 864 8/26/2023
1.3.57 57,263 6/13/2023
1.3.56 47,774 4/19/2023
1.3.55 1,040 4/19/2023
1.3.54 1,085 4/18/2023
1.3.53 1,032 4/18/2023
1.3.52 1,058 4/18/2023
1.3.51 1,002 4/18/2023
1.3.50 1,025 4/18/2023
1.3.49 15,779 4/5/2023
1.3.48 1,023 4/5/2023
1.3.47 89,837 2/14/2023
1.3.46 1,185 2/14/2023
1.3.45 20,686 1/26/2023
1.3.44 1,191 1/26/2023
1.3.43 221,337 12/5/2022
1.3.42 1,213 12/5/2022
1.3.41 51,354 10/26/2022
1.3.40 42,880 9/22/2022
1.3.39 33,342 9/13/2022
1.3.38 20,318 8/31/2022
1.3.37 1,453 8/31/2022
1.3.36 1,509 8/31/2022
1.3.35 1,469 8/31/2022
1.3.34 1,442 8/31/2022
1.3.33 1,443 8/31/2022
1.3.32 73,993 6/8/2022
1.3.31 3,937 6/7/2022
1.3.30 2,465 6/3/2022
1.3.29 1,574 6/3/2022
1.3.28 1,606 6/3/2022
1.3.27 10,928 6/2/2022
1.3.26 1,541 6/2/2022
1.3.25 1,537 6/2/2022
1.3.24 3,645 5/31/2022
1.3.23 2,028 5/30/2022
1.3.22 1,536 5/30/2022
1.3.21 1,585 5/30/2022
1.3.20 1,561 5/30/2022
1.3.19 3,537 5/25/2022
1.3.18 16,989 4/28/2022
1.3.17 1,942 4/25/2022
1.3.16 54,572 4/5/2022
1.3.15 14,811 3/30/2022
1.3.14 87,322 3/10/2022
1.3.13 5,278 3/8/2022
1.3.12 55,638 2/9/2022
1.3.11 16,290 1/21/2022
1.3.10 116,734 12/16/2021
1.3.9 18,803 11/11/2021
1.3.8 15,118 10/27/2021
1.3.7 17,002 9/29/2021
1.3.6 59,369 9/22/2021
1.3.5 2,378 9/21/2021
1.3.4 5,271 9/17/2021
1.3.3 1,348 9/17/2021
1.3.2 1,349 9/16/2021
1.3.1 5,599 9/15/2021
0.1.3 898 9/7/2021
0.1.2 10,158 8/25/2021
0.1.1 136,613 3/2/2021
0.1.0 93,384 5/10/2020

Update Dependencies