Syncfusion.Pdf.Imaging.Net.Core 21.2.9

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
There is a newer version of this package available.
See the version list below for details.
dotnet add package Syncfusion.Pdf.Imaging.Net.Core --version 21.2.9
NuGet\Install-Package Syncfusion.Pdf.Imaging.Net.Core -Version 21.2.9
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.Imaging.Net.Core" Version="21.2.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syncfusion.Pdf.Imaging.Net.Core --version 21.2.9
#r "nuget: Syncfusion.Pdf.Imaging.Net.Core, 21.2.9"
#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.Imaging.Net.Core as a Cake Addin
#addin nuget:?package=Syncfusion.Pdf.Imaging.Net.Core&version=21.2.9

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

Syncfusion .NET Core PDF Imaging library

Syncfusion .NET Core PDF Imaging is a .NET standard PDF library used to draw the image files to PDF in any .NET Core applications.

.NET Core PDF Imaging

Features overview | Documentation | API Reference | Blogs | Support | Forums | Feedback.

Key Features

  • Supports drawing JPEG, PNG images to PDF document.
  • Support to compress existing PDF files.
  • Support to extract images from existing PDF files.
  • Support to convert PDF to PDF/A-1B conformance.
  • Support for PDF/X1-A,PDF/A1-B,PDF/A3-B and PDF/A1-B conformances.
  • Support to run the PDF applications in multi-thread and its thread safe.

System Requirements

Getting Started

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

Try the following code example to draw image to PDF document

//Create a new PDF document
PdfDocument doc = new PdfDocument();
//Add a page to the document
PdfPage page = doc.Pages.Add();
//Create PDF graphics for the page
PdfGraphics graphics = page.Graphics;
//Load the image from the disk
FileStream imageStream = new FileStream("Autumn Leaves.jpg", FileMode.Open, FileAccess.Read);
PdfBitmap image = new PdfBitmap(imageStream);
//Draw the image
graphics.DrawImage(image, 0, 0);
//Creating the stream object
MemoryStream stream = new MemoryStream();
//Save the document as stream
doc.Save(stream);
//Close the document
doc.Close(true);

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 26,000+ customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies.

Today, we provide 1600+ components and frameworks for web (Blazor, ASP.NET Core, ASP.NET MVC, ASP.NET WebForms, JavaScript, Angular, React, Vue, and Flutter), mobile (Xamarin, Flutter, UWP, and JavaScript), and desktop development (WinForms, WPF, WinUI(Preview), Flutter 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 | www.syncfusion.com | Toll Free: 1-888-9 DOTNET

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

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

Package Downloads
BoldReports.Net.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Syncfusion Bold Reports for ASP.NET Core is a server-side helper package used to build ASP.NET Core Web API services. Key features: • Users can interactively provide report parameter inputs at run time to display reports based on the parameter. • SQL Server RDL specification expressions are supported. • Built-in SQL Query designer with a convenient user interface to create and view relationships between tables easily. • A rich selection of built-in report items, including charts, grids, pivot grids, subreports, textboxes, images, lines, and rectangles for better visual representation of data. • Report viewer supports multilevel grouping and sorting in data regions of report items such as tablixes, matrices and lists. • Interactive features in RDL specification like drill through, hyperlink, and interactive sorting to work with report at runtime. • Preview the report in print layout prior to printing. Page settings can be modified using page setup dialog. • All static texts within the report viewer and report designer can be localized to any desired language. • Displayed reports can be exported to popular file formats: PDF, Word, Excel, and HTML. Learn more: https://www.boldreports.com/features?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting/aspnet-core-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). This server-side helper package provides services to the following components and libraries: • ASP.NET Core Report Viewer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-viewer?utm_source=nuget&utm_medium=listing • ASP.NET Core Report Designer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-designer?utm_source=nuget&utm_medium=listing • ASP.NET Core Report Writer: https://www.boldreports.com/embedded-reporting/aspnet-core-report-writer?utm_source=nuget&utm_medium=listing • Blazor Report Viewer: https://www.boldreports.com/embedded-reporting/blazor-report-viewer?utm_source=nuget&utm_medium=listing • Blazor Report Designer: https://www.boldreports.com/embedded-reporting/blazor-report-designer?utm_source=nuget&utm_medium=listing • Angular Report Viewer: https://www.boldreports.com/embedded-reporting/angular-report-viewer?utm_source=nuget&utm_medium=listing • Angular Report Designer: https://www.boldreports.com/embedded-reporting/angular-report-designer?utm_source=nuget&utm_medium=listing • JavaScript Report Viewer: https://www.boldreports.com/embedded-reporting/javascript-report-viewer?utm_source=nuget&utm_medium=listing • JavaScript Report Designer: https://www.boldreports.com/embedded-reporting/javascript-report-designer?utm_source=nuget&utm_medium=listing © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.

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

The Syncfusion Essential PDF OCR is a .NET standard character recognition library that recognizes characters from both images and PDF in any .NET core application. Syncfusion OCRProcessor uses tesseract, one of most accurate OCR engines.

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

Syncfusion Essential XPS To PDF Converter is a .NET standard PDF library used to convert XPS files to PDF Document in any .NET Core applications. 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.

BoldReports.CRI.Barcode The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

The Bold Reports Barcode extension by Syncfusion is a server-side helper package to generate the barcodes in RDL reports. This helper package supports to generate one dimensional and two dimensional barcodes in Report Designer and ReportViewer controls with ASP.NET Core, ASP.NET, ASP.NET MVC, Angular, and JavaScript platforms. Learn more: https://www.boldreports.com/?utm_source=nuget&utm_medium=listing Documentation: https://help.boldreports.com/embedded-reporting?utm_source=nuget&utm_medium=listing Support Questions: mailto:support@boldreports.com?utm_source=nuget&utm_medium=listing This is a commercial product and requires a paid subscription license for possession or use. Syncfusion’s Bold Reports services, including this component, is subject to the terms and conditions of Syncfusion's Bold Reports Software License Agreement and Terms of Service (https://www.boldreports.com/terms-of-use/?utm_source=nuget&utm_medium=listing). To acquire a license, you can start a subscription or start a free 15-day trial here (https://www.boldreports.com/pricing/?utm_source=nuget&utm_medium=listing). © Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Bold Reports license and copyright applies to this distribution.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
23.1.38 199 9/26/2023
23.1.36 1,229 9/15/2023
22.2.12 1,032 9/5/2023
22.2.11 1,032 8/28/2023
22.2.10 489 8/22/2023
22.2.9 688 8/14/2023
22.2.8 543 8/7/2023
22.2.7 500 8/2/2023
22.2.5 4,291 7/27/2023
22.1.39 4,998 7/18/2023
22.1.38 601 7/11/2023
22.1.37 755 7/3/2023
22.1.36 570 6/28/2023
22.1.34 4,673 6/21/2023
21.2.10 1,710 6/13/2023
21.2.9 2,459 6/6/2023
21.2.8 1,645 5/30/2023
21.2.6 2,729 5/22/2023
21.2.5 4,754 5/15/2023
21.2.4 1,319 5/9/2023
21.2.3 1,723 5/3/2023
21.1.41 1,932 4/19/2023
21.1.39 3,501 4/10/2023
21.1.38 3,739 4/3/2023
21.1.37 2,537 3/29/2023
21.1.35 4,124 3/23/2023
20.4.0.54 1,620 3/13/2023
20.4.0.53 5,306 3/7/2023
20.4.0.52 2,651 2/28/2023
20.4.0.51 987 2/21/2023
20.4.0.50 1,463 2/14/2023
20.4.0.49 1,235 2/7/2023
20.4.0.48 2,405 2/1/2023
20.4.0.44 3,088 1/18/2023
20.4.0.43 1,753 1/10/2023
20.4.0.42 1,692 1/4/2023
20.4.0.41 1,917 12/29/2022
20.4.0.40 533 12/28/2022
20.4.0.38 3,225 12/21/2022
20.3.0.61 3,128 12/13/2022
20.3.0.60 1,579 12/6/2022
20.3.0.59 1,466 11/29/2022
20.3.0.58 4,872 11/22/2022
20.3.0.57 1,356 11/15/2022
20.3.0.56 1,895 11/8/2022
20.3.0.52 3,113 10/27/2022
20.3.0.50 4,343 10/18/2022
20.3.0.49 4,722 10/11/2022
20.3.0.48 1,435 10/5/2022
20.3.0.47 24,486 9/29/2022
20.2.0.50 2,998 9/20/2022
20.2.0.49 1,929 9/13/2022
20.2.0.48 1,736 9/6/2022
20.2.0.46 1,458 8/30/2022
20.2.0.45 5,605 8/23/2022
20.2.0.44 1,134 8/16/2022
20.2.0.43 1,758 8/8/2022
20.2.0.40 3,661 7/26/2022
20.2.0.39 1,866 7/19/2022
20.2.0.38 3,480 7/12/2022
20.2.0.36 123,614 6/30/2022
20.1.0.61 2,928 6/21/2022
20.1.0.60 3,804 6/14/2022
20.1.0.59 25,264 6/7/2022
20.1.0.58 4,008 5/31/2022
20.1.0.57 2,070 5/24/2022
20.1.0.56 4,719 5/17/2022
20.1.0.55 4,208 5/12/2022
20.1.0.52 3,228 5/3/2022
20.1.0.51 4,089 4/26/2022
20.1.0.50 1,425 4/19/2022
20.1.0.48 3,574 4/12/2022
20.1.0.47 7,118 4/4/2022
19.4.0.56 24,538 3/15/2022
19.4.0.55 1,273 3/8/2022
19.4.0.54 1,859 3/1/2022
19.4.0.53 6,612 2/22/2022
19.4.0.52 3,534 2/15/2022
19.4.0.50 1,445 2/8/2022
19.4.0.48 3,976 1/31/2022
19.4.0.47 2,435 1/25/2022
19.4.0.43 1,107 1/18/2022
19.4.0.42 7,540 1/11/2022
19.4.0.41 1,442 1/4/2022
19.4.0.40 2,291 12/28/2021
19.4.0.38 6,982 12/17/2021
19.3.0.59 780 12/14/2021
19.3.0.57 734 12/7/2021
19.3.0.56 779 11/30/2021
19.3.0.55 1,887 11/23/2021
19.3.0.54 679 11/17/2021
19.3.0.53 1,133 11/12/2021
19.3.0.48 2,192 11/3/2021
19.3.0.47 1,293 10/26/2021
19.3.0.46 742 10/19/2021
19.3.0.45 809 10/12/2021
19.3.0.44 2,408 10/5/2021
19.3.0.43 4,861 9/30/2021
19.2.0.62 2,541 9/14/2021
19.2.0.60 878 9/7/2021
19.2.0.59 2,691 8/31/2021
19.2.0.57 2,707 8/24/2021
19.2.0.56 1,323 8/17/2021
19.2.0.55 3,873 8/11/2021
19.2.0.51 861 8/2/2021
19.2.0.49 2,185 7/27/2021
19.2.0.48 779 7/20/2021
19.2.0.47 1,417 7/13/2021
19.2.0.46 772 7/6/2021
19.2.0.44 117,305 6/30/2021
19.1.0.69 1,183 6/15/2021
19.1.0.67 2,004 6/8/2021
19.1.0.66 2,016 6/1/2021
19.1.0.65 920 5/25/2021
19.1.0.64 1,032 5/19/2021
19.1.0.63 1,994 5/13/2021
19.1.0.59 3,411 5/4/2021
19.1.0.58 665 4/27/2021
19.1.0.57 1,201 4/20/2021
19.1.0.56 804 4/13/2021
19.1.0.55 812 4/6/2021
19.1.0.54 38,455 3/30/2021
18.4.0.49 4,753 3/23/2021
18.4.0.48 1,578 3/16/2021
18.4.0.47 4,614 3/9/2021
18.4.0.46 831 3/2/2021
18.4.0.44 1,430 2/23/2021
18.4.0.43 1,866 2/16/2021
18.4.0.42 876 2/9/2021
18.4.0.41 1,496 2/2/2021
18.4.0.39 1,841 1/28/2021
18.4.0.35 2,418 1/19/2021
18.4.0.34 2,008 1/12/2021
18.4.0.33 4,247 1/5/2021
18.4.0.32 3,936 12/30/2020
18.4.0.31 812 12/22/2020
18.4.0.30 7,821 12/17/2020
18.3.0.53 2,278 12/8/2020
18.3.0.52 9,072 11/30/2020
18.3.0.51 2,456 11/24/2020
18.3.0.50 6,929 11/17/2020
18.3.0.48 820 11/11/2020
18.3.0.47 40,350 11/5/2020
18.3.0.44 3,372 10/27/2020
18.3.0.42 961 10/20/2020
18.3.0.40 1,360 10/13/2020
18.3.0.38 4,339 10/7/2020
18.3.0.35 69,334 10/1/2020
18.2.0.59 1,211 9/22/2020
18.2.0.58 769 9/15/2020
18.2.0.57 845 9/8/2020
18.2.0.56 936 9/1/2020
18.2.0.55 926 8/25/2020
18.2.0.54 806 8/18/2020
18.2.0.48 998 8/4/2020
18.2.0.47 1,205 7/28/2020
18.2.0.46 1,300 7/21/2020
18.2.0.45 3,939 7/14/2020
18.2.0.44 8,008 7/7/2020
18.1.0.59 2,043 6/23/2020
18.1.0.57 1,157 6/16/2020
18.1.0.56 1,271 6/9/2020
18.1.0.55 2,145 6/2/2020
18.1.0.54 879 5/27/2020
18.1.0.53 1,631 5/19/2020
18.1.0.52 1,645 5/13/2020
18.1.0.48 1,275 5/5/2020
18.1.0.46 1,652 4/28/2020
18.1.0.45 823 4/21/2020
18.1.0.44 1,521 4/14/2020
18.1.0.43 838 4/7/2020
18.1.0.42 4,930 4/1/2020
18.1.0.36-beta 876 3/19/2020
17.4.0.55 7,128 3/10/2020
17.4.0.53 926 3/3/2020
17.4.0.51 1,101 2/25/2020
17.4.0.50 1,098 2/18/2020
17.4.0.49 1,041 2/11/2020
17.4.0.47 1,426 2/5/2020
17.4.0.46 1,963 1/30/2020
17.4.0.44 920 1/21/2020
17.4.0.43 1,019 1/14/2020
17.4.0.41 898 1/7/2020
17.4.0.40 4,562 12/24/2019
17.4.0.39 4,383 12/17/2019
17.3.0.34 1,130 12/10/2019
17.3.0.33 903 12/4/2019
17.3.0.30 837 12/3/2019
17.3.0.29 1,078 11/26/2019
17.3.0.28 831 11/19/2019
17.3.0.27 850 11/12/2019
17.3.0.26 1,451 11/5/2019
17.3.0.21 799 10/29/2019
17.3.0.19 943 10/22/2019
17.3.0.17 1,129 10/15/2019
17.3.0.14 4,747 10/3/2019
17.3.0.9-beta 850 9/20/2019
17.2.0.51 931 9/10/2019
17.2.0.49 644 9/3/2019
17.2.0.47 917 8/27/2019
17.2.0.46 3,242 8/22/2019
17.2.0.41 728 8/13/2019
17.2.0.40 692 8/6/2019
17.2.0.39 642 7/30/2019
17.2.0.36 869 7/23/2019
17.2.0.35 4,498 7/17/2019
17.2.0.34 6,813 7/11/2019