Syncfusion.XpsToPdfConverter.Net.Core
20.4.0.49
dotnet add package Syncfusion.XpsToPdfConverter.Net.Core --version 20.4.0.49
NuGet\Install-Package Syncfusion.XpsToPdfConverter.Net.Core -Version 20.4.0.49
<PackageReference Include="Syncfusion.XpsToPdfConverter.Net.Core" Version="20.4.0.49" />
paket add Syncfusion.XpsToPdfConverter.Net.Core --version 20.4.0.49
#r "nuget: Syncfusion.XpsToPdfConverter.Net.Core, 20.4.0.49"
// Install Syncfusion.XpsToPdfConverter.Net.Core as a Cake Addin
#addin nuget:?package=Syncfusion.XpsToPdfConverter.Net.Core&version=20.4.0.49
// Install Syncfusion.XpsToPdfConverter.Net.Core as a Cake Tool
#tool nuget:?package=Syncfusion.XpsToPdfConverter.Net.Core&version=20.4.0.49
Syncfusion .NET Xps to PDF Converter
The Syncfusion .NET Core XPS To PDF converter is a .NET standard PDF library used to convert XPS files to PDF Document in any .NET Core applications.
Features overview | Documentation | API Reference | Blogs | Support | Forums | Feedback.
System Requirements
Getting started
You can fetch the Syncfusion .NET PDF library NuGet by simply running the command Install-Package Syncfusion.XpsToPdfConverter.Net.Core 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);
For more information to get started, refer to our Getting Started Documentation page.
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 (Preview), 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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.0)
- Syncfusion.Compression.Net.Core (>= 20.4.0.49)
- Syncfusion.Pdf.Imaging.Net.Core (>= 20.4.0.49)
- Syncfusion.Pdf.Net.Core (>= 20.4.0.49)
- System.Drawing.Common (>= 4.5.0)
-
net6.0
- Syncfusion.Compression.Net.Core (>= 20.4.0.49)
- Syncfusion.Pdf.Imaging.Net.Core (>= 20.4.0.49)
- Syncfusion.Pdf.Net.Core (>= 20.4.0.49)
- System.Drawing.Common (>= 6.0.0)
-
net7.0
- Syncfusion.Compression.Net.Core (>= 20.4.0.49)
- Syncfusion.Pdf.Imaging.Net.Core (>= 20.4.0.49)
- Syncfusion.Pdf.Net.Core (>= 20.4.0.49)
- System.Drawing.Common (>= 6.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
20.4.0.49 | 27 | 2/7/2023 |
20.4.0.48 | 206 | 2/1/2023 |
20.4.0.44 | 103 | 1/18/2023 |
20.4.0.43 | 105 | 1/10/2023 |
20.4.0.42 | 102 | 1/4/2023 |
20.4.0.41 | 113 | 12/29/2022 |
20.4.0.40 | 101 | 12/28/2022 |
20.4.0.38 | 1,422 | 12/21/2022 |
20.3.0.61 | 119 | 12/13/2022 |
20.3.0.60 | 131 | 12/6/2022 |
20.3.0.59 | 152 | 11/29/2022 |
20.3.0.58 | 153 | 11/22/2022 |
20.3.0.57 | 169 | 11/15/2022 |
20.3.0.56 | 760 | 11/8/2022 |
20.3.0.52 | 283 | 10/27/2022 |
20.3.0.50 | 289 | 10/18/2022 |
20.3.0.49 | 296 | 10/11/2022 |
20.3.0.48 | 257 | 10/5/2022 |
20.3.0.47 | 2,524 | 9/29/2022 |
20.2.0.50 | 235 | 9/20/2022 |
20.2.0.49 | 456 | 9/13/2022 |
20.2.0.48 | 258 | 9/6/2022 |
20.2.0.46 | 253 | 8/30/2022 |
20.2.0.45 | 277 | 8/23/2022 |
20.2.0.44 | 269 | 8/16/2022 |
20.2.0.43 | 1,075 | 8/8/2022 |
20.2.0.40 | 276 | 7/26/2022 |
20.2.0.39 | 281 | 7/19/2022 |
20.2.0.38 | 323 | 7/12/2022 |
20.2.0.36 | 3,296 | 6/30/2022 |
20.1.0.61 | 301 | 6/21/2022 |
20.1.0.60 | 272 | 6/14/2022 |
20.1.0.59 | 294 | 6/7/2022 |
20.1.0.58 | 298 | 5/31/2022 |
20.1.0.57 | 314 | 5/24/2022 |
20.1.0.56 | 296 | 5/17/2022 |
20.1.0.55 | 1,080 | 5/12/2022 |
20.1.0.52 | 296 | 5/3/2022 |
20.1.0.51 | 298 | 4/26/2022 |
20.1.0.50 | 295 | 4/19/2022 |
20.1.0.48 | 309 | 4/12/2022 |
20.1.0.47 | 3,560 | 4/4/2022 |
19.4.0.56 | 341 | 3/15/2022 |
19.4.0.55 | 292 | 3/8/2022 |
19.4.0.54 | 302 | 3/1/2022 |
19.4.0.53 | 310 | 2/22/2022 |
19.4.0.52 | 302 | 2/15/2022 |
19.4.0.50 | 298 | 2/8/2022 |
19.4.0.48 | 1,016 | 1/31/2022 |
19.4.0.47 | 303 | 1/25/2022 |
19.4.0.43 | 305 | 1/18/2022 |
19.4.0.42 | 308 | 1/11/2022 |
19.4.0.41 | 205 | 1/4/2022 |
19.4.0.40 | 213 | 12/28/2021 |
19.4.0.38 | 3,066 | 12/17/2021 |
19.3.0.59 | 236 | 12/14/2021 |
19.3.0.57 | 240 | 12/7/2021 |
19.3.0.56 | 219 | 11/30/2021 |
19.3.0.55 | 248 | 11/23/2021 |
19.3.0.54 | 290 | 11/17/2021 |
19.3.0.53 | 753 | 11/12/2021 |
19.3.0.48 | 257 | 11/2/2021 |
19.3.0.47 | 274 | 10/26/2021 |
19.3.0.46 | 266 | 10/19/2021 |
19.3.0.45 | 300 | 10/12/2021 |
19.3.0.44 | 301 | 10/5/2021 |
19.3.0.43 | 2,972 | 9/30/2021 |
19.2.0.62 | 326 | 9/14/2021 |
19.2.0.60 | 292 | 9/7/2021 |
19.2.0.59 | 273 | 8/31/2021 |
19.2.0.57 | 311 | 8/24/2021 |
19.2.0.56 | 285 | 8/17/2021 |
19.2.0.55 | 873 | 8/11/2021 |
19.2.0.51 | 323 | 8/2/2021 |
19.2.0.49 | 338 | 7/27/2021 |
19.2.0.48 | 316 | 7/20/2021 |
19.2.0.47 | 320 | 7/13/2021 |
19.2.0.46 | 320 | 7/6/2021 |
19.2.0.44 | 2,706 | 6/30/2021 |
19.1.0.69 | 1,234 | 6/15/2021 |
19.1.0.67 | 385 | 6/8/2021 |
19.1.0.66 | 335 | 6/1/2021 |
19.1.0.65 | 313 | 5/25/2021 |
19.1.0.64 | 318 | 5/19/2021 |
19.1.0.63 | 768 | 5/13/2021 |
19.1.0.59 | 311 | 5/4/2021 |
19.1.0.58 | 270 | 4/27/2021 |
19.1.0.57 | 480 | 4/20/2021 |
19.1.0.56 | 291 | 4/13/2021 |
19.1.0.55 | 312 | 4/6/2021 |
19.1.0.54 | 3,092 | 3/30/2021 |
18.4.0.49 | 357 | 3/23/2021 |
18.4.0.48 | 282 | 3/16/2021 |
18.4.0.47 | 343 | 3/9/2021 |
18.4.0.46 | 305 | 3/2/2021 |
18.4.0.44 | 286 | 2/23/2021 |
18.4.0.43 | 329 | 2/16/2021 |
18.4.0.42 | 333 | 2/9/2021 |
18.4.0.41 | 322 | 2/2/2021 |
18.4.0.39 | 1,130 | 1/28/2021 |
18.4.0.35 | 317 | 1/19/2021 |
18.4.0.34 | 304 | 1/12/2021 |
18.4.0.33 | 312 | 1/5/2021 |
18.4.0.32 | 300 | 12/30/2020 |
18.4.0.31 | 344 | 12/22/2020 |
18.4.0.30 | 4,757 | 12/17/2020 |
18.3.0.53 | 354 | 12/8/2020 |
18.3.0.52 | 395 | 11/30/2020 |
18.3.0.51 | 325 | 11/24/2020 |
18.3.0.50 | 336 | 11/17/2020 |
18.3.0.48 | 347 | 11/11/2020 |
18.3.0.47 | 939 | 11/5/2020 |
18.3.0.44 | 441 | 10/27/2020 |
18.3.0.42 | 401 | 10/20/2020 |
18.3.0.40 | 406 | 10/13/2020 |
18.3.0.38 | 406 | 10/7/2020 |
18.3.0.35 | 2,867 | 10/1/2020 |
18.2.0.59 | 730 | 9/22/2020 |
18.2.0.58 | 416 | 9/15/2020 |
18.2.0.57 | 395 | 9/8/2020 |
18.2.0.56 | 394 | 9/1/2020 |
18.2.0.55 | 379 | 8/25/2020 |
18.2.0.54 | 414 | 8/18/2020 |
18.2.0.48 | 422 | 8/4/2020 |
18.2.0.47 | 417 | 7/28/2020 |
18.2.0.46 | 380 | 7/21/2020 |
18.2.0.45 | 390 | 7/14/2020 |
18.2.0.44 | 3,783 | 7/7/2020 |
18.1.0.59 | 414 | 6/23/2020 |
18.1.0.57 | 464 | 6/16/2020 |
18.1.0.56 | 729 | 6/9/2020 |
18.1.0.55 | 410 | 6/2/2020 |
18.1.0.54 | 404 | 5/27/2020 |
18.1.0.53 | 421 | 5/19/2020 |
18.1.0.52 | 1,224 | 5/13/2020 |
18.1.0.48 | 422 | 5/5/2020 |
18.1.0.46 | 586 | 4/28/2020 |
18.1.0.45 | 408 | 4/21/2020 |
18.1.0.44 | 425 | 4/14/2020 |
18.1.0.43 | 496 | 4/7/2020 |
18.1.0.42 | 4,115 | 4/1/2020 |
18.1.0.36-beta | 666 | 3/19/2020 |
17.4.0.55 | 2,980 | 3/10/2020 |
17.4.0.53 | 440 | 3/3/2020 |
17.4.0.51 | 448 | 2/25/2020 |
17.4.0.50 | 447 | 2/18/2020 |
17.4.0.49 | 444 | 2/11/2020 |
17.4.0.47 | 476 | 2/5/2020 |
17.4.0.46 | 1,339 | 1/30/2020 |
17.4.0.44 | 480 | 1/21/2020 |
17.4.0.43 | 417 | 1/14/2020 |
17.4.0.41 | 533 | 1/7/2020 |
17.4.0.40 | 455 | 12/24/2019 |
17.4.0.39 | 3,366 | 12/17/2019 |
17.3.0.34 | 467 | 12/10/2019 |
17.3.0.33 | 438 | 12/4/2019 |
17.3.0.30 | 453 | 12/3/2019 |
17.3.0.29 | 691 | 11/26/2019 |
17.3.0.28 | 436 | 11/19/2019 |
17.3.0.27 | 437 | 11/12/2019 |
17.3.0.26 | 867 | 11/5/2019 |
17.3.0.21 | 439 | 10/29/2019 |
17.3.0.19 | 449 | 10/22/2019 |
17.3.0.17 | 720 | 10/15/2019 |
17.3.0.14 | 3,098 | 10/3/2019 |
17.3.0.9-beta | 721 | 9/20/2019 |