XPS to PDF Converter DLL Library

Do you have a Dll version of the XPS to PDF converter that I can reference in my C# project?
================================
Thanks for your message, we haven’t a DLL version of XPS to PDF Converter yet, however, our XPS to PDF Converter Command Line application is ready, you can download the trial version of XPS to PDF Converter Command Line from our website to try,

http://www.verydoc.com/xps-to-pdf.html

http://www.verydoc.com/xps2pdf.zip

you can call XPS to PDF Converter Command Line from your C# code directly, please refer to following sample source code,

Process p= new Process();
p.StartInfo.WorkingDirectory = @"C:\";
p.StartInfo.FileName = @"C:\xps2pdf.exe";
p.StartInfo.Arguments = @"C:\in.xps C:\out.pdf";
p.StartInfo.CreateNoWindow = true;
p.Start();
p.WaitForExit();

VeryPDF

VN:F [1.9.20_1166]
Rating: 6.0/10 (3 votes cast)
VN:F [1.9.20_1166]
Rating: +1 (from 1 vote)
XPS to PDF Converter DLL Library, 6.0 out of 10 based on 3 ratings

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *


Verify Code   If you cannot see the CheckCode image,please refresh the page again!