Using PDFTron PDF to XPS converter from Delphi XE2

Q:

Can I access PDFTron PDF to XPS converter from Delphi XE2?

A:

There are couple of ways you could access PDFTron PDF to XPS conversion from Delphi:

a) You could invoke PDF2XPS CLI via shell command. http://www.pdftron.com/pdf2xps/downloads.html

b) You could use PDFNet SDK with Convert Add-on (http://www.pdftron.com/pdfnet) and use its C interface (i.e. TRN_ConvertToXps() or pdftron.PDF.Convert.ToXps() ). For more info, please see (https://groups.google.com/d/topic/pdfnet-sdk/voqNxAz1Hgg/discussion).