Did you find this guide helpful?
Some test text!
UWP / Guides / Convert from PDF
Platform
Documentation
To convert PDF documents to different format types.
PDFDoc doc = new PDFDoc(fileName);
// Convert PDF document to XPS
Convert.ToXps(fileName, outputFileName + ".xps");
// Convert PDF to XOD
Convert.ToXod(fileName, outputFileName + ".xod");
PDF Converter (SVG, XPS, TIFF, JPG, RTF, TXT, More)
Full sample code which shows how to use PDFNet Convert for direct, high-quality conversion between PDF, XPS, EMF, SVG, TIFF, PNG, JPEG, and other image formats.
Get the answers you need: Support