Some test text!

Discord Logo

Chat with us

PDFTron is now Apryse, learn more here.

UWP / Guides / Convert from PDF

Platform


Documentation


PDFTron is now Apryse, learn more here.

Convert PDF to multiple file types in UWP

To convert PDF documents to different format types.

Internet connection is not required for conversion.
Convert PDF to DOCX, DOC, HTML, SVG, TIF, PNG, JPEG, XPS, EPUB, TXT, and many other formats.
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