Open XPS documents using Aspose.Words

Hi,

Guide me how to open XPS documents using Aspose.Words dll or let me know is there any other aspose dll to handle XPS files.

Thanks,

Dhivya

Hi

Thanks for your request. There is no way to open XPS documents using Aspose.Words. Could you please clarify you need a library for processing XPS document or for converting XPS documents to other formats? If the second, then what are the output formats you need?

Best regards,

Hi,

Yes. We need library for processing XPS documents and to convert XPS documents to TIFF and PDF formats.

Thanks,

Dhivya

Hi
Thank you for additional information. Unfortunately, at the moment there is no product in Aspose family that will meet your requirements. You can try processing XPS documents using standard .NET features. Please see FixedDocument class:
https://learn.microsoft.com/en-us/dotnet/api/system.windows.documents.fixeddocument?view=windowsdesktop-6.0
Best regards,