Syncfusion.Pdf.Net.Core 21.1.35

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET 6.0 .NET Standard 2.0
dotnet add package Syncfusion.Pdf.Net.Core --version 21.1.35
NuGet\Install-Package Syncfusion.Pdf.Net.Core -Version 21.1.35
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="Syncfusion.Pdf.Net.Core" Version="21.1.35" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Pdf.Net.Core --version 21.1.35
#r "nuget: Syncfusion.Pdf.Net.Core, 21.1.35"
#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 Syncfusion.Pdf.Net.Core as a Cake Addin
#addin nuget:?package=Syncfusion.Pdf.Net.Core&version=21.1.35

// Install Syncfusion.Pdf.Net.Core as a Cake Tool
#tool nuget:?package=Syncfusion.Pdf.Net.Core&version=21.1.35

Syncfusion .NET PDF library

The Syncfusion .NET Core PDF library (Essential PDF) is a feature-rich and high-performance .NET Framework PDF library that is used to create, read, and edit PDF documents programmatically without Adobe dependencies.

Net Pdf Library

Features overview | Documentation | API Reference | Online Demo | [Blogs](https://www.syncfusion.com/blogs/?s=pdf?utm_source=nuget&utm_medium=listing&utm_campaign=aspnetcore-pdf-nuget | Support | Forums | Feedback.

Key Features

System Requirements

Getting started

You can fetch the Syncfusion .NET PDF library NuGet by simply running the command Install-Package Syncfusion.Pdf.Net.Core from the Package Manager Console in Visual Studio.

Try the following code example to create a hello world PDF document.

//Create a new PDF document
PdfDocument document = new PdfDocument();  
//Add a page to the document
PdfPage page = document.Pages.Add();  
//Create PDF graphics for the page
PdfGraphics graphics = page.Graphics;  
//Set the standard font
PdfFont font = new PdfStandardFont(PdfFontFamily.Helvetica, 20);  
//Draw the text
graphics.DrawString("Hello World!!!", font, PdfBrushes.Black, new PointF(0, 0));  
//Saving the PDF to the MemoryStream
MemoryStream stream = new MemoryStream();  
document.Save(stream);  
//Set the position as '0'.
stream.Position = 0;  
//Download the PDF document in the browser
FileStreamResult fileStreamResult = new FileStreamResult(stream, "application/pdf");  
fileStreamResult.FileDownloadName = "Sample.pdf";  
return fileStreamResult;

For more information to get started, refer to our Getting Started Documentation page.

License

This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA. You can purchase a license here or start a free 30-day trial here.

About Syncfusion

Founded in 2001 and headquartered in Research Triangle Park, N.C., Syncfusion has more than 27,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies. Today, we provide 1700+ components and frameworks for web (Blazor, Flutter, ASP.NET Core, ASP.NET MVC, ASP.NET Web Forms, JavaScript, Angular, React, Vue, and jQuery), mobile (.NET MAUI (Preview), Flutter, Xamarin, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI, .NET MAUI (Preview), Flutter,Xamarin, and UWP). We provide ready-to-deploy enterprise software for dashboards, reports, data integration, and big data processing. Many customers have saved millions in licensing fees by deploying our software.

sales@syncfusion.com](sales@syncfusion.com?Subject=Syncfusion%20ASPNET%20Core%20DocIO%20-%20NuGet) | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (23)

Showing the top 5 NuGet packages that depend on Syncfusion.Pdf.Net.Core:

Package Downloads
Syncfusion.EJ2.PdfViewer.AspNet.Core.Windows The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Syncfusion Pdf Viewer for Essential JS 2 Asp.Net Core Windows is a .NET class library for converting PDF document into images and extracting PDF documents for Windows platform.

Syncfusion.DocIORenderer.Net.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Syncfusion Word library is feature-rich and high-performance .NET Word library that allows you to create, manipulate and convert Word documents (DOC, DOT, DOCM, DOTM, DOCX, DOTX, RTF, and WordML), TXT, and HTML files.

Syncfusion.XlsIORenderer.Net.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The Syncfusion XlsIO renderer is a .NET Standard library that allows you to convert Excel documents to Images/PDFs in .NET applications without any Microsoft Office dependencies.

Syncfusion.Pdf.Imaging.Net.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Syncfusion Essential PDF Imaging is a .NET standard PDF library used to draw the image files to PDF in any .NET Core applications. Key features: • Supports drawing JPEG, PNG, GIF, BMP, and TIFF images to PDF document. Learn more: https://www.syncfusion.com/pdf-framework/net-core Documentation: http://help.syncfusion.com/file-formats/pdf/ Support: Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident Forums: https://www.syncfusion.com/forums/windowsforms This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials). © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.

Syncfusion.PresentationRenderer.Net.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Syncfusion PowerPoint library is feature-rich and high-performance .NET PowerPoint library that allows you to create, manipulate and convert PowerPoint documents (PPTX, PPTM, POTX and POTM).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
21.1.35 2,687 3/23/2023
20.4.0.54 6,248 3/13/2023
20.4.0.53 6,947 3/7/2023
20.4.0.52 15,174 2/28/2023
20.4.0.51 8,764 2/21/2023
20.4.0.50 8,228 2/14/2023
20.4.0.49 8,629 2/7/2023
20.4.0.48 16,130 2/1/2023
20.4.0.44 22,266 1/18/2023
20.4.0.43 15,966 1/10/2023
20.4.0.42 9,584 1/4/2023
20.4.0.41 10,244 12/29/2022
20.4.0.40 3,144 12/28/2022
20.4.0.38 19,901 12/21/2022
20.3.0.61 32,526 12/13/2022
20.3.0.60 18,265 12/6/2022
20.3.0.59 12,499 11/29/2022
20.3.0.58 13,494 11/22/2022
20.3.0.57 9,625 11/15/2022
20.3.0.56 26,545 11/8/2022
20.3.0.52 16,935 10/27/2022
20.3.0.50 22,628 10/18/2022
20.3.0.49 24,429 10/11/2022
20.3.0.48 33,316 10/5/2022
20.3.0.47 31,939 9/29/2022
20.2.0.50 18,738 9/20/2022
20.2.0.49 57,240 9/13/2022
20.2.0.48 25,355 9/6/2022
20.2.0.46 7,807 8/30/2022
20.2.0.45 22,623 8/23/2022
20.2.0.44 13,442 8/16/2022
20.2.0.43 38,746 8/8/2022
20.2.0.40 25,015 7/26/2022
20.2.0.39 15,331 7/19/2022
20.2.0.38 20,688 7/12/2022
20.2.0.36 102,020 6/30/2022
20.1.0.61 33,149 6/21/2022
20.1.0.60 22,805 6/14/2022
20.1.0.59 52,322 6/7/2022
20.1.0.58 22,383 5/31/2022
20.1.0.57 24,899 5/24/2022
20.1.0.56 185,418 5/17/2022
20.1.0.55 14,423 5/12/2022
20.1.0.52 23,760 5/3/2022
20.1.0.51 16,857 4/26/2022
20.1.0.50 25,654 4/19/2022
20.1.0.48 21,732 4/12/2022
20.1.0.47 29,136 4/4/2022
19.4.0.56 83,925 3/15/2022
19.4.0.55 50,700 3/8/2022
19.4.0.54 18,442 3/1/2022
19.4.0.53 24,526 2/22/2022
19.4.0.52 28,304 2/15/2022
19.4.0.50 46,004 2/8/2022
19.4.0.48 29,582 1/31/2022
19.4.0.47 16,916 1/25/2022
19.4.0.43 13,218 1/18/2022
19.4.0.42 46,152 1/11/2022
19.4.0.41 89,981 1/4/2022
19.4.0.40 11,232 12/28/2021
19.4.0.38 20,999 12/17/2021
19.3.0.59 32,134 12/14/2021
19.3.0.57 18,778 12/7/2021
19.3.0.56 29,228 11/30/2021
19.3.0.55 18,283 11/23/2021
19.3.0.54 9,334 11/17/2021
19.3.0.53 11,444 11/12/2021
19.3.0.48 21,830 11/3/2021
19.3.0.47 28,208 10/26/2021
19.3.0.46 14,415 10/19/2021
19.3.0.45 15,814 10/12/2021
19.3.0.44 12,504 10/5/2021
19.3.0.43 34,104 9/30/2021
19.2.0.62 36,511 9/14/2021
19.2.0.60 12,479 9/7/2021
19.2.0.59 13,000 8/31/2021
19.2.0.57 13,033 8/24/2021
19.2.0.56 11,573 8/17/2021
19.2.0.55 12,687 8/11/2021
19.2.0.51 11,108 8/2/2021
19.2.0.49 12,234 7/27/2021
19.2.0.48 16,230 7/20/2021
19.2.0.47 23,313 7/13/2021
19.2.0.46 9,797 7/6/2021
19.2.0.44 108,439 6/30/2021
19.1.0.69 90,848 6/15/2021
19.1.0.67 131,731 6/8/2021
19.1.0.66 16,199 6/1/2021
19.1.0.65 8,917 5/25/2021
19.1.0.64 7,708 5/19/2021
19.1.0.63 21,958 5/13/2021
19.1.0.59 18,254 5/4/2021
19.1.0.58 8,756 4/27/2021
19.1.0.57 16,414 4/20/2021
19.1.0.56 24,365 4/13/2021
19.1.0.55 11,757 4/6/2021
19.1.0.54 69,638 3/30/2021
18.4.0.49 29,678 3/23/2021
18.4.0.48 16,962 3/16/2021
18.4.0.47 32,418 3/9/2021
18.4.0.46 14,998 3/2/2021
18.4.0.44 21,752 2/23/2021
18.4.0.43 20,203 2/16/2021
18.4.0.42 11,694 2/9/2021
18.4.0.41 22,013 2/2/2021
18.4.0.39 27,718 1/28/2021
18.4.0.35 21,107 1/19/2021
18.4.0.34 9,725 1/12/2021
18.4.0.33 9,992 1/5/2021
18.4.0.32 9,202 12/30/2020
18.4.0.31 19,324 12/22/2020
18.4.0.30 19,562 12/17/2020
18.3.0.53 26,702 12/8/2020
18.3.0.52 17,938 11/30/2020
18.3.0.51 49,473 11/23/2020
18.3.0.50 33,899 11/17/2020
18.3.0.48 23,059 11/11/2020
18.3.0.47 39,378 11/5/2020
18.3.0.44 43,136 10/27/2020
18.3.0.42 9,550 10/20/2020
18.3.0.40 15,620 10/12/2020
18.3.0.38 9,360 10/7/2020
18.3.0.35 982,981 10/1/2020
18.2.0.59 11,972 9/22/2020
18.2.0.58 20,941 9/15/2020
18.2.0.57 44,420 9/8/2020
18.2.0.56 12,269 9/1/2020
18.2.0.55 11,950 8/25/2020
18.2.0.54 9,644 8/18/2020
18.2.0.48 18,107 8/4/2020
18.2.0.47 18,951 7/28/2020
18.2.0.46 13,366 7/21/2020
18.2.0.45 14,023 7/14/2020
18.2.0.44 37,653 7/7/2020
18.1.0.59 14,229 6/23/2020
18.1.0.57 16,281 6/16/2020
18.1.0.56 12,770 6/9/2020
18.1.0.55 13,215 6/2/2020
18.1.0.54 15,766 5/27/2020
18.1.0.53 26,574 5/19/2020
18.1.0.52 39,653 5/13/2020
18.1.0.48 10,151 5/5/2020
18.1.0.46 10,146 4/28/2020
18.1.0.45 8,679 4/21/2020
18.1.0.44 43,425 4/14/2020
18.1.0.43 13,492 4/7/2020
18.1.0.42 23,234 4/1/2020
18.1.0.36-beta 3,459 3/19/2020
17.4.0.55 37,999 3/10/2020
17.4.0.53 6,641 3/3/2020
17.4.0.51 9,641 2/25/2020
17.4.0.50 6,159 2/18/2020
17.4.0.49 7,483 2/11/2020
17.4.0.47 9,258 2/5/2020
17.4.0.46 16,081 1/30/2020
17.4.0.44 49,359 1/21/2020
17.4.0.43 5,809 1/14/2020
17.4.0.41 5,815 1/7/2020
17.4.0.40 18,619 12/24/2019
17.4.0.39 54,533 12/17/2019
17.3.0.34 11,904 12/10/2019
17.3.0.33 4,190 12/4/2019
17.3.0.30 6,135 12/3/2019
17.3.0.29 4,510 11/26/2019
17.3.0.28 4,951 11/19/2019
17.3.0.27 3,011 11/25/2019
17.3.0.26 16,479 11/5/2019
17.3.0.21 8,620 10/29/2019
17.3.0.19 19,299 10/22/2019
17.3.0.17 19,412 10/15/2019
17.3.0.14 28,133 10/3/2019
17.3.0.9-beta 78,032 9/20/2019
17.2.0.51 38,961 9/10/2019
17.2.0.49 4,040 9/3/2019
17.2.0.47 7,035 8/27/2019
17.2.0.46 6,880 8/22/2019
17.2.0.41 10,691 8/13/2019
17.2.0.40 4,094 8/6/2019
17.2.0.39 8,265 7/30/2019
17.2.0.36 8,233 7/23/2019
17.2.0.35 12,190 7/17/2019
17.2.0.34 16,012 7/11/2019
17.2.0.28-beta 2,813 6/27/2019
17.1.0.53 15,245 6/25/2019
17.1.0.52 4,186 6/18/2019
17.1.0.51 2,722 6/11/2019
17.1.0.50 9,343 6/4/2019
17.1.0.49 24,341 5/28/2019
17.1.0.48 5,830 5/21/2019
17.1.0.47 15,274 5/14/2019
17.1.0.44 3,675 5/7/2019
17.1.0.43 3,611 4/30/2019
17.1.0.42 7,578 4/23/2019
17.1.0.41 5,162 4/16/2019
17.1.0.40 3,052 4/9/2019
17.1.0.38 15,177 3/29/2019
17.1.0.32-beta 1,214 3/13/2019
16.4.0.54 66,293 2/19/2019
16.4.0.53 2,494 2/13/2019
16.4.0.52 6,260 2/5/2019
16.4.0.48 4,153 1/22/2019
16.4.0.47 8,015 1/16/2019
16.4.0.46 2,401 1/8/2019
16.4.0.44 3,520 12/24/2018
16.4.0.42 6,730 12/17/2018
16.4.0.40-beta 1,005 12/10/2018
16.3.0.36 11,236 11/27/2018
16.3.0.35-beta 814 11/23/2018
16.3.0.29 7,413 10/30/2018
16.3.0.21 12,172 9/21/2018