Nudier Mena
Nudier Mena

Reputation: 3274

What is the correct Content Type of an .xps file

I'm creating an asp.net web application in C# to convert a bunch of .xps files to .pdf and I want to validate the input file to be converted by its content type instead of the file extension for security reasons.

Upvotes: 4

Views: 5275

Answers (2)

Hakan Fıstık
Hakan Fıstık

Reputation: 19401

According to this resource it will be application/vnd.ms-xpsdocument or application/oxps depending on the file

Upvotes: 4

Alina B.
Alina B.

Reputation: 1276

According to this File Signatures Table the signature of XPS files is:

50 4B 03 04

Upvotes: 0

Related Questions