Syncfusion.Xamarin.Pdf.Imaging 25.1.41

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

// Install Syncfusion.Xamarin.Pdf.Imaging as a Cake Tool
#tool nuget:?package=Syncfusion.Xamarin.Pdf.Imaging&version=25.1.41

Syncfusion Xamarin PDF Imaging library

The Syncfusion Xamarin PDF Imaging library is used to draw image files to PDF in any Xamarin application.

Xamarin PDF Imaging

Features overview | Docs | 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 Xamarin PDF imaging library NuGet by simply running the command Install-Package Syncfusion.Xamarin.Pdf.Imaging 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 as stream.
Stream imageStream = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("Sample.Assets.Autumn Leaves.jpg");
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 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, 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 | 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 was computed.  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 was computed.  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 was computed.  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 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)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Syncfusion.Xamarin.Pdf.Imaging:

Package Downloads
Syncfusion.Xamarin.DocIORenderer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This package provides the functionality to utilize the features of Syncfusion Xamarin Word To Image/PDF converter and more.

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

This package provides the functionality to utilize the features of Syncfusion Xamarin Excel to Image/PDF converter and more.

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

This package provides the functionality to utilize the features of Syncfusion Xamarin PowerPoint Slide to PDF/Image converter and more.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Syncfusion.Xamarin.Pdf.Imaging:

Repository Stars
syncfusion/xamarin-demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Version Downloads Last updated
25.1.41 115 4/23/2024
25.1.40 180 4/15/2024
25.1.39 159 4/8/2024
25.1.38 204 4/1/2024
25.1.37 136 3/26/2024
25.1.35 353 3/15/2024
24.2.9 211 3/4/2024
24.2.8 197 2/26/2024
24.2.7 187 2/19/2024
24.2.6 161 2/14/2024
24.2.5 180 2/12/2024
24.2.4 164 2/5/2024
24.2.3 435 1/31/2024
24.1.47 163 1/22/2024
24.1.46 258 1/16/2024
24.1.45 401 1/8/2024
24.1.44 171 1/2/2024
24.1.43 145 12/27/2023
24.1.41 669 12/18/2023
23.2.7 100 12/6/2023
23.2.6 91 11/28/2023
23.2.5 83 11/23/2023
23.2.4 95 11/20/2023
23.1.44 96 11/6/2023
23.1.43 101 10/30/2023
23.1.42 96 10/23/2023
23.1.41 111 10/16/2023
23.1.40 109 10/10/2023
23.1.39 89 10/4/2023
23.1.38 106 9/26/2023
23.1.36 109 9/15/2023
22.2.12 113 9/5/2023
22.2.11 130 8/28/2023
22.2.10 103 8/22/2023
22.2.9 123 8/14/2023
22.2.8 135 8/7/2023
22.2.7 124 8/2/2023
22.2.5 134 7/27/2023
22.1.39 129 7/18/2023
22.1.38 124 7/11/2023
22.1.37 134 7/3/2023
22.1.36 115 6/28/2023
22.1.34 121 6/21/2023