Syncfusion.Xamarin.Pdf.Imaging
26.1.38
Prefix Reserved
See the version list below for details.
dotnet add package Syncfusion.Xamarin.Pdf.Imaging --version 26.1.38
NuGet\Install-Package Syncfusion.Xamarin.Pdf.Imaging -Version 26.1.38
<PackageReference Include="Syncfusion.Xamarin.Pdf.Imaging" Version="26.1.38" />
paket add Syncfusion.Xamarin.Pdf.Imaging --version 26.1.38
#r "nuget: Syncfusion.Xamarin.Pdf.Imaging, 26.1.38"
// Install Syncfusion.Xamarin.Pdf.Imaging as a Cake Addin #addin nuget:?package=Syncfusion.Xamarin.Pdf.Imaging&version=26.1.38 // Install Syncfusion.Xamarin.Pdf.Imaging as a Cake Tool #tool nuget:?package=Syncfusion.Xamarin.Pdf.Imaging&version=26.1.38
Syncfusion Xamarin PDF Imaging library
The Syncfusion Xamarin PDF Imaging library is used to draw image files to PDF in any Xamarin application.
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 | Versions 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. |
-
- BitMiracle.LibTiff.NET (>= 2.4.649)
- SkiaSharp (>= 2.88.6)
- Syncfusion.Xamarin.Compression (>= 26.1.38)
- Syncfusion.Xamarin.Pdf (>= 26.1.38)
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 |
---|---|---|
27.1.58 | 105 | 11/4/2024 |
27.1.57 | 168 | 10/28/2024 |
27.1.56 | 175 | 10/23/2024 |
27.1.55 | 155 | 10/21/2024 |
27.1.53 | 216 | 10/14/2024 |
27.1.52 | 171 | 10/7/2024 |
27.1.51 | 206 | 9/30/2024 |
27.1.50 | 205 | 9/23/2024 |
27.1.48 | 510 | 9/18/2024 |
26.2.14 | 196 | 9/9/2024 |
26.2.13 | 205 | 9/5/2024 |
26.2.12 | 206 | 9/2/2024 |
26.2.11 | 234 | 8/27/2024 |
26.2.10 | 212 | 8/19/2024 |
26.2.9 | 242 | 8/12/2024 |
26.2.8 | 213 | 8/5/2024 |
26.2.7 | 109 | 7/29/2024 |
26.2.5 | 119 | 7/26/2024 |
26.2.4 | 292 | 7/24/2024 |
26.1.42 | 401 | 7/15/2024 |
26.1.41 | 226 | 7/8/2024 |
26.1.40 | 262 | 7/1/2024 |
26.1.39 | 210 | 6/24/2024 |
26.1.38 | 232 | 6/18/2024 |
26.1.35 | 584 | 6/11/2024 |
25.2.7 | 217 | 6/3/2024 |
25.2.6 | 230 | 5/28/2024 |
25.2.5 | 249 | 5/21/2024 |
25.2.4 | 226 | 5/14/2024 |
25.2.3 | 322 | 5/8/2024 |
25.1.42 | 236 | 4/29/2024 |
25.1.41 | 343 | 4/23/2024 |
25.1.40 | 253 | 4/15/2024 |
25.1.39 | 252 | 4/8/2024 |
25.1.38 | 306 | 4/1/2024 |
25.1.37 | 202 | 3/26/2024 |
25.1.35 | 455 | 3/15/2024 |
24.2.9 | 324 | 3/4/2024 |
24.2.8 | 288 | 2/26/2024 |
24.2.7 | 265 | 2/19/2024 |
24.2.6 | 218 | 2/14/2024 |
24.2.5 | 242 | 2/12/2024 |
24.2.4 | 240 | 2/5/2024 |
24.2.3 | 503 | 1/31/2024 |
24.1.47 | 212 | 1/22/2024 |
24.1.46 | 399 | 1/16/2024 |
24.1.45 | 920 | 1/8/2024 |
24.1.44 | 244 | 1/2/2024 |
24.1.43 | 247 | 12/27/2023 |
24.1.41 | 1,776 | 12/18/2023 |
23.2.7 | 134 | 12/6/2023 |
23.2.6 | 114 | 11/28/2023 |
23.2.5 | 112 | 11/23/2023 |
23.2.4 | 118 | 11/20/2023 |
23.1.44 | 122 | 11/6/2023 |
23.1.43 | 127 | 10/30/2023 |
23.1.42 | 122 | 10/23/2023 |
23.1.41 | 139 | 10/16/2023 |
23.1.40 | 145 | 10/10/2023 |
23.1.39 | 124 | 10/4/2023 |
23.1.38 | 142 | 9/26/2023 |
23.1.36 | 148 | 9/15/2023 |
22.2.12 | 142 | 9/5/2023 |
22.2.11 | 157 | 8/28/2023 |
22.2.10 | 130 | 8/22/2023 |
22.2.9 | 157 | 8/14/2023 |
22.2.8 | 167 | 8/7/2023 |
22.2.7 | 131 | 8/2/2023 |
22.2.5 | 150 | 7/27/2023 |
22.1.39 | 147 | 7/18/2023 |
22.1.38 | 160 | 7/11/2023 |
22.1.37 | 157 | 7/3/2023 |
22.1.36 | 153 | 6/28/2023 |
22.1.34 | 149 | 6/21/2023 |