tags:

views:

81

answers:

1

How to programmatically convert pdf to xps? Need library, but no finished software product.

A: 

PDFTron PDF2XPS and PDFNet SDK can directly convert from PDF to XPS.

Since you are looking for a programmatic solution use pdftron.PDF.Convert.ToXps(...) in PDFNet SDK. As a starting point see direct conversion snippet which is part of Convert sample http://www.pdftron.com/pdfnet/samplecode.html#Convert.

The SDK is available for .NET (C#), JAVA, C/C++ on Windows, Linux, and Mac.

Nick PDFTron

Ivan