Some test text!

Search
Hamburger Icon

Core / Guides / Convert to PDF

Convert multiple file types to PDF on Cross-Platform (Core)

To convert different formats to PDF Documents.

See all supported formats here: Supported File Formats .
// Start with a PDFDoc (the conversion destination)
PDFDoc doc = new PDFDoc();

// perform the conversion with no optional parameters
Convert.ToPdf(doc, filename);

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: Chat with us