Avae.Printables.Xps
3.0.1
dotnet add package Avae.Printables.Xps --version 3.0.1
NuGet\Install-Package Avae.Printables.Xps -Version 3.0.1
<PackageReference Include="Avae.Printables.Xps" Version="3.0.1" />
<PackageVersion Include="Avae.Printables.Xps" Version="3.0.1" />
<PackageReference Include="Avae.Printables.Xps" />
paket add Avae.Printables.Xps --version 3.0.1
#r "nuget: Avae.Printables.Xps, 3.0.1"
#:package Avae.Printables.Xps@3.0.1
#addin nuget:?package=Avae.Printables.Xps&version=3.0.1
#tool nuget:?package=Avae.Printables.Xps&version=3.0.1
Avae.Printables.Xps
A crossplatform library for printing.
Features
Cross-Platform : Leverage APIs adapted for multiple environments.
MIT Licensed: Freely use, modify, and distribute under the permissive MIT License.
Getting Started
Follow these steps to integrate Avae.Printables into your Avalonia project.
Prerequisites
An Avalonia project set up with .NET.
Installation
Add Nuget Avae.Printables.Xps to Your Windows Project
Configuration
Enable Printables on windows only.
using Avae.Printables;
public static AppBuilder BuildAvaloniaApp()
=> AppBuilder.Configure<App>()
.UsePrintables()
.UseXpsPrintables()
.UsePlatformDetect()
.WithInterFont()
.LogToTrace();
Example: Print
using Avae.Printable;
Printables.PrintAsync("C://Temp//test.xps");
Built With
This package builds upon the excellent work of:
AvaloniaUI
XpsToPdf
License
Avae.Printables.Xps is licensed under the MIT License.
Contributing
Contributions are welcome! Please submit issues or pull requests to the GitHub repository. Ensure your code follows the project�s coding standards.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows10.0.19041 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows10.0.19041
- Avae.Printables (>= 3.0.4)
- XpsToPdf (>= 1.0.6)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.