Does somebody knows about any tools for converting from XPS to PDF format?. I have some files in XPS but I need to convert them into PDF format.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
You can install PDF Creator and simply print your XPS file (or any file from any program that has printing capabilities) to PDF. |
|||||||||||||
|
|
Adobe Acrobat 8 and later supports the direct conversion of XPS to PDF. Just drop the file(s) onto Acrobat and it will produce PDFs for you. No muss - no fuss! |
|||
|
|
|
GhostPDL (sources, binaries), the sibling application to Ghostscript, can do that. It's a commandline tool. Which means you can also script it, and make the conversion non-interactivly. Printing to a "PDF printer" as was suggested above, does work as well of course. But it means you have to open the XPS in a viewer first, then click "print", select the PDF printer, etc. Interactively... Here is a sample commandline to test the GhostPDL way:
|
|||
|
|