I'm writting an application in c# that take a Xps Document and create another xps documet that contains only one selected page from the original document, I was searching for an API that work with XPS files but I don't find anyone that do this work.
Please help me.
Thanks
Have you tried looking in System.Windows.Xps.Packaging? That seems to contain everything you'll need to pull apart an XPS document and generate a new one.