Syncfusion.XpsToPdfConverter.NET
26.2.10
Prefix Reserved
See the version list below for details.
dotnet add package Syncfusion.XpsToPdfConverter.NET --version 26.2.10
NuGet\Install-Package Syncfusion.XpsToPdfConverter.NET -Version 26.2.10
<PackageReference Include="Syncfusion.XpsToPdfConverter.NET" Version="26.2.10" />
paket add Syncfusion.XpsToPdfConverter.NET --version 26.2.10
#r "nuget: Syncfusion.XpsToPdfConverter.NET, 26.2.10"
// Install Syncfusion.XpsToPdfConverter.NET as a Cake Addin #addin nuget:?package=Syncfusion.XpsToPdfConverter.NET&version=26.2.10 // Install Syncfusion.XpsToPdfConverter.NET as a Cake Tool #tool nuget:?package=Syncfusion.XpsToPdfConverter.NET&version=26.2.10
Syncfusion .NET Xps to PDF Converter
Syncfusion .NET XPS To PDF converter is a .NET standard PDF library used to convert XPS files to PDF Document in any .NET applications.
Features overview | Documentation | API Reference | Blogs | Support | Forums | Feedback.
System Requirements
Getting Started
You can fetch the Syncfusion .NET Xps to PDF Converter NuGet by simply running Install-Package Syncfusion.XpsToPdfConverter.NET
from the Package Manager Console in Visual Studio.
Try the following code example to create a hello world PDF document.
//Initialize XPS to PDF converter.
XPSToPdfConverter converter = new XPSToPdfConverter();
//Open the XPS file as stream.
FileStream fileStream = new FileStream(“Input.xps", FileMode.Open, FileAccess.ReadWrite);
//Convert the XPS to PDF
PdfDocument document = converter.Convert(fileStream);
//Creating the stream object
MemoryStream stream = new MemoryStream();
//Save the document into stream.
document.Save(stream);
//If the position is not set to '0' then the PDF will be empty.
stream.Position = 0;
//Close the documents.
document.Close(true);
//Defining the ContentType for pdf file.
string contentType = "application/pdf";
//Define the file name.
string fileName = "Output.pdf";
//Creates a FileContentResult object by using the file contents, content type, and file name.
return File(stream, contentType, fileName);
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 | Versions 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. net8.0 is compatible. 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. |
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
- SkiaSharp (>= 2.88.6)
- Syncfusion.Compression.NET (>= 26.2.10)
- Syncfusion.Pdf.Imaging.NET (>= 26.2.10)
- Syncfusion.Pdf.NET (>= 26.2.10)
-
net6.0
- SkiaSharp (>= 2.88.6)
- Syncfusion.Compression.NET (>= 26.2.10)
- Syncfusion.Pdf.Imaging.NET (>= 26.2.10)
- Syncfusion.Pdf.NET (>= 26.2.10)
-
net7.0
- SkiaSharp (>= 2.88.6)
- Syncfusion.Compression.NET (>= 26.2.10)
- Syncfusion.Pdf.Imaging.NET (>= 26.2.10)
- Syncfusion.Pdf.NET (>= 26.2.10)
-
net8.0
- SkiaSharp (>= 2.88.6)
- Syncfusion.Compression.NET (>= 26.2.10)
- Syncfusion.Pdf.Imaging.NET (>= 26.2.10)
- Syncfusion.Pdf.NET (>= 26.2.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Syncfusion.XpsToPdfConverter.NET:
Repository | Stars |
---|---|
syncfusion/maui-demos
This repository contains the Syncfusion .NET MAUI control’s samples and the guide to use them
|
Version | Downloads | Last updated |
---|---|---|
27.1.58 | 95 | 11/4/2024 |
27.1.57 | 85 | 10/28/2024 |
27.1.56 | 91 | 10/23/2024 |
27.1.55 | 78 | 10/21/2024 |
27.1.53 | 84 | 10/14/2024 |
27.1.52 | 83 | 10/7/2024 |
27.1.51 | 86 | 9/30/2024 |
27.1.50 | 103 | 9/24/2024 |
27.1.48 | 119 | 9/18/2024 |
26.2.14 | 111 | 9/9/2024 |
26.2.13 | 108 | 9/5/2024 |
26.2.12 | 107 | 9/2/2024 |
26.2.11 | 119 | 8/27/2024 |
26.2.10 | 125 | 8/19/2024 |
26.2.9 | 125 | 8/12/2024 |
26.2.8 | 101 | 8/5/2024 |
26.2.7 | 55 | 7/29/2024 |
26.2.5 | 77 | 7/26/2024 |
26.2.4 | 84 | 7/24/2024 |
26.1.42 | 118 | 7/15/2024 |
26.1.41 | 87 | 7/8/2024 |
26.1.40 | 108 | 7/1/2024 |
26.1.39 | 108 | 6/24/2024 |
26.1.38 | 129 | 6/18/2024 |
26.1.35 | 119 | 6/11/2024 |
25.2.7 | 94 | 6/3/2024 |
25.2.6 | 102 | 5/28/2024 |
25.2.5 | 101 | 5/21/2024 |
25.2.4 | 104 | 5/14/2024 |
25.2.3 | 122 | 5/8/2024 |
25.1.42 | 134 | 4/29/2024 |
25.1.41 | 124 | 4/23/2024 |
25.1.40 | 132 | 4/15/2024 |
25.1.39 | 102 | 4/8/2024 |
25.1.38 | 130 | 4/1/2024 |
25.1.37 | 136 | 3/26/2024 |
25.1.35 | 168 | 3/15/2024 |