Some test text!

Discord Logo

Chat with us

PDFTron is now Apryse, learn more here.

Dotnetcore / Guides / Convert to PDF

Platform


PDFTron is now Apryse, learn more here.

Convert multiple file types to PDF in .NET 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: Support