Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
9k views

Best ways to convert XPS to PDF (and vice-versa)?

I have XPS documents being generated from XAML User Controls that act as templates. I want to convert the XPS documents into alternative formats, mainly PDF, programmatically with a .NET based API. ...
2
votes
2answers
447 views

Extract a single page from an XPS document

I need to split an existing XPS Document and create a new XPS Document with only one page of the original one. I tried to copy the document and delete pages from the copied document, but that's very ...
1
vote
0answers
298 views

Printing from Java - the print jobs hangs forever

I have a server side printing function, called from Tomcat on Windows 2008 server, that prints on the default printer in this case, and it hangs forever. This is the stack trace: at ...
0
votes
1answer
412 views

Appending an XPS document to an existing one

Guys, here's where I am stuck. I have a need to create a single XPS file from a huge bunch of tiny XPS files. The problem is that I keep running out of memory when I try to do this. I present below ...
0
votes
1answer
187 views

how to get a page from a xps file?

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 ...
0
votes
1answer
244 views

Generating XPS document from a Windows Application

I want to capture the html content in web browser and print to XPS Document. I am using a Windows application to do it since it is used in IE toolbar. Is there a way to capture the httpwebrequest to ...