IRONSOFTWAREHOME
RTF to PDF
using IronPdf;

const string exampleRtfString = @"
    {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Calibri;}{\f1\fnil\fcharset2 Symbol;}}
    {\*\generator Riched20 10.0.15063}\viewkind4\uc1
    \pard\sa200\sl276\slmult1\f0\fs22\lang9 Paragraph\par

    \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-360\li720\sa200\sl276\slmult1 Bullet\par
    {\pntext\f1\'B7\tab}Bullet 2\par

    \pard\sa200\sl276\slmult1 Paragraph 2\par

    \pard
    {\pntext\f0 1.\tab}{\*\pn\pnlvlbody\pnf0\pnindent0\pnstart1\pndec{\pntxta.}}
    \fi-360\li720\sa200\sl276\slmult1 List 1\par
    {\pntext\f0 2.\tab}List 2\par
    }
    ";

// Instantiate Renderer
var renderer = new ChromePdfRenderer();

// Load the RTF as File or String
PdfDocument pdfFromFile = renderer.RenderRtfFileAsPdf("report.rtf");
PdfDocument pdfFromString = renderer.RenderRtfStringAsPdf(exampleRtfString);

pdfFromFile.SaveAs("report.pdf");
pdfFromString.SaveAs("string.pdf");
Imports IronPdf

Const exampleRtfString As String = "
    {\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang1033{\fonttbl{\f0\fnil\fcharset0 Calibri;}{\f1\fnil\fcharset2 Symbol;}}
    {\*\generator Riched20 10.0.15063}\viewkind4\uc1
    \pard\sa200\sl276\slmult1\f0\fs22\lang9 Paragraph\par

    \pard{\pntext\f1\'B7\tab}{\*\pn\pnlvlblt\pnf1\pnindent0{\pntxtb\'B7}}\fi-360\li720\sa200\sl276\slmult1 Bullet\par
    {\pntext\f1\'B7\tab}Bullet 2\par

    \pard\sa200\sl276\slmult1 Paragraph 2\par

    \pard
    {\pntext\f0 1.\tab}{\*\pn\pnlvlbody\pnf0\pnindent0\pnstart1\pndec{\pntxta.}}
    \fi-360\li720\sa200\sl276\slmult1 List 1\par
    {\pntext\f0 2.\tab}List 2\par
    }
    "

' Instantiate Renderer
Dim renderer = New ChromePdfRenderer()

' Load the RTF as File or String
Dim pdfFromFile As PdfDocument = renderer.RenderRtfFileAsPdf("report.rtf")
Dim pdfFromString As PdfDocument = renderer.RenderRtfStringAsPdf(exampleRtfString)

pdfFromFile.SaveAs("report.pdf")
pdfFromString.SaveAs("string.pdf")
NuGet Download
PM > Install-Package IronPdf
RTF to PDF

RTF to PDF

IronPDF makes the process of converting RTF content to PDF straightforward and concise. This makes it an excellent feature for use in situations such as needing to convert your RTF content into professional PDF documents for distribution or storage. IronPDF's use of its powerful Chromium-based rendering engine ensures your PDFs come out accurately and of high quality.

Explore the RTF to PDF Conversion Guide now.
View on GitHub

Ready to Get Started?

Nuget Downloads 21,105,021Version:2026.9just released

Key in blue circle

Get your free 30-day Trial Key instantly.

Your trial license will be sent to your email address

No limitations. 100% unlocked. No credit card.

OR
bullet_checkedNo credit card or account creation requiredNo limitations. 100% unlocked. No credit card.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried Iron Suite
Book your free Live Demo
Booking Badge

Trusted by Millions of Engineers Worldwide

Iron Software's customer logos
Get Your No-Obligation Consult
Complete the form below or email sales@ironsoftware.com
Your details will always be kept confidential.
Trusted by Millions of Engineers Worldwide
Iron Software's customer logos
Get your free 30-day Trial Key instantly.
No credit card or account creation required
C# NuGet Library for PDF
Install with NuGet

Version: 2026.9

PM > Install-Package IronPdf
nuget.org/packages/IronPdf/
  1. In Solution Explorer, right-click References, Manage NuGet Packages
  2. Select Browse and search "IronPdf"
  3. Select the package and install
C# PDF DLL
Download DLL

Version: 2026.9

or download Windows Installer here.

  1. Download and unzip IronPDF to a location such as ~/Libs within your Solution directory
  2. In Visual Studio Solution Explorer, right click References. Select Browse, "IronPdf.dll"

Licenses from $999