How to read XPS file in ASP.NET Core?

j c 21 Reputation points
2022-01-12T14:21:54.033+00:00

I need to read and process the contents of XPS files in Asp.Net Core what is the best way to do this?

I can't find any Nuget package that can handle it.

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,156 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,251 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,233 questions
{count} votes

1 additional answer

Sort by: Most helpful
  1. wstaelens 26 Reputation points
    2023-01-11T11:14:08.2433333+00:00

    Opening XPS in .NET Core has issues that Microsoft need to fix first. See: [https://github.com/dotnet/runtime/issues/78629

    0 comments No comments