Syncfusion.Xamarin.Pdf.Imaging 29.2.10

Prefix Reserved
dotnet add package Syncfusion.Xamarin.Pdf.Imaging --version 29.2.10
                    
NuGet\Install-Package Syncfusion.Xamarin.Pdf.Imaging -Version 29.2.10
                    
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="29.2.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syncfusion.Xamarin.Pdf.Imaging" Version="29.2.10" />
                    
Directory.Packages.props
<PackageReference Include="Syncfusion.Xamarin.Pdf.Imaging" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Syncfusion.Xamarin.Pdf.Imaging --version 29.2.10
                    
#r "nuget: Syncfusion.Xamarin.Pdf.Imaging, 29.2.10"
                    
#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.
#addin nuget:?package=Syncfusion.Xamarin.Pdf.Imaging&version=29.2.10
                    
Install Syncfusion.Xamarin.Pdf.Imaging as a Cake Addin
#tool nuget:?package=Syncfusion.Xamarin.Pdf.Imaging&version=29.2.10
                    
Install Syncfusion.Xamarin.Pdf.Imaging as a Cake Tool

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® licensed software, including this component, is subject to the terms and conditions of Syncfusion® 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 29,000 customers and more than 1 million users, including large financial institutions, Fortune 500 companies, and global IT consultancies. Today, we provide 1800+ 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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

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

Syncfusion.Xamarin.XlsIORenderer

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

Syncfusion.Xamarin.PresentationRenderer

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
29.2.10 234 6/9/2025
29.2.9 197 6/5/2025
29.2.8 175 6/3/2025
29.2.7 203 5/26/2025
29.2.5 193 5/21/2025
29.2.4 290 5/14/2025
29.1.41 212 5/5/2025
29.1.40 209 4/28/2025
29.1.39 238 4/21/2025
29.1.38 263 4/14/2025
29.1.37 225 4/8/2025
29.1.35 213 4/1/2025
29.1.33 564 3/25/2025
28.2.12 211 3/19/2025
28.2.11 246 3/10/2025
28.2.9 314 3/4/2025
28.2.7 190 2/25/2025
28.2.6 210 2/17/2025
28.2.5 205 2/11/2025
28.2.4 207 2/4/2025
28.2.3 423 1/29/2025
28.1.41 180 1/20/2025
28.1.39 165 1/13/2025
28.1.38 191 1/7/2025
28.1.37 197 12/31/2024
28.1.36 193 12/23/2024
28.1.35 192 12/18/2024
28.1.33 314 12/12/2024
27.2.5 217 12/2/2024
27.2.4 279 11/26/2024
27.2.3 198 11/22/2024
27.2.2 424 11/15/2024
27.1.58 219 11/4/2024
27.1.57 308 10/28/2024
27.1.56 236 10/23/2024
27.1.55 192 10/21/2024
27.1.53 278 10/14/2024
27.1.52 210 10/7/2024
27.1.51 241 9/30/2024
27.1.50 239 9/23/2024
27.1.48 586 9/18/2024
26.2.14 228 9/9/2024
26.2.13 235 9/5/2024
26.2.12 239 9/2/2024
26.2.11 262 8/27/2024
26.2.10 240 8/19/2024
26.2.9 279 8/12/2024
26.2.8 242 8/5/2024
26.2.7 141 7/29/2024
26.2.5 147 7/26/2024
26.2.4 338 7/24/2024
26.1.42 434 7/15/2024
26.1.41 255 7/8/2024
26.1.40 292 7/1/2024
26.1.39 249 6/24/2024
26.1.38 265 6/18/2024
26.1.35 613 6/11/2024
25.2.7 248 6/3/2024
25.2.6 260 5/28/2024
25.2.5 291 5/21/2024
25.2.4 259 5/14/2024
25.2.3 351 5/8/2024
25.1.42 263 4/29/2024
25.1.41 373 4/23/2024
25.1.40 280 4/15/2024
25.1.39 287 4/8/2024
25.1.38 334 4/1/2024
25.1.37 229 3/26/2024
25.1.35 878 3/15/2024
24.2.9 365 3/4/2024
24.2.8 317 2/26/2024
24.2.7 306 2/19/2024
24.2.6 246 2/14/2024
24.2.5 267 2/12/2024
24.2.4 271 2/5/2024
24.2.3 532 1/31/2024
24.1.47 245 1/22/2024
24.1.46 444 1/16/2024
24.1.45 2,061 1/8/2024
24.1.44 271 1/2/2024
24.1.43 270 12/27/2023
24.1.41 3,577 12/18/2023
23.2.7 149 12/6/2023
23.2.6 127 11/28/2023
23.2.5 127 11/23/2023
23.2.4 132 11/20/2023
23.1.44 137 11/6/2023
23.1.43 142 10/30/2023
23.1.42 136 10/23/2023
23.1.41 154 10/16/2023
23.1.40 160 10/10/2023
23.1.39 142 10/4/2023
23.1.38 155 9/26/2023
23.1.36 163 9/15/2023
22.2.12 158 9/5/2023
22.2.11 174 8/28/2023
22.2.10 150 8/22/2023
22.2.9 176 8/14/2023
22.2.8 187 8/7/2023
22.2.7 151 8/2/2023
22.2.5 168 7/27/2023
22.1.39 166 7/18/2023
22.1.38 179 7/11/2023
22.1.37 178 7/3/2023
22.1.36 171 6/28/2023
22.1.34 194 6/21/2023