Illustration of a document with a formatting checkmark next to a second document with a formatting warning badge

PDF guides

RTF to PDF: What Formatting Is Preserved

RTF is a plain-text format built from control codes, and RTF to PDF reads those codes directly rather than discarding them. This guide explains exactly what carries over into the PDF and where the tool simplifies rather than attempting full RTF-spec coverage.

Ready to try the tool this guide describes?

What is preserved

  • Paragraphs and line breaks.
  • Bold, italic, and underline formatting.
  • Font size, per paragraph.
  • Left, right, and center alignment.
  • Basic left indentation.
  • Simple bulleted and numbered lists, detected from their visible list markers.
  • Common Unicode characters, including smart quotes, accented letters, and symbols like the euro sign.

What is simplified

A few RTF features are deliberately simplified rather than fully reconstructed, to keep the converter small, fast, and reliable on ordinary documents.

  • Justified alignment renders as left-aligned rather than true justification.
  • List formatting is detected from the visible bullet or number at the start of a line, not from RTF’s full list-table definitions — unusual custom numbering styles may not be recognized as a list.
  • Non-Latin-1 "plain text" bytes are interpreted using the Windows-1252 codepage, the practical default for RTF exported by Word, WordPad, and TextEdit — other codepages are not separately supported.
  • Unrecognized or unsupported control codes are skipped rather than guessed at, so they never corrupt the surrounding text.

RTF to PDF Formatting Support FAQ

Is text alignment preserved?
Left, right, and center alignment are genuinely preserved. Justified text renders as left-aligned.
Are bulleted and numbered lists preserved?
Simple lists are detected from their visible marker (a bullet character or a number like "1.") at the start of a line. Documents relying on custom RTF list-table numbering styles without a visible marker may not be detected as a list.
Are Unicode characters like accented letters or the euro sign supported?
Yes. Common Unicode characters, including smart quotes and currency symbols, are decoded correctly and rendered with a Unicode-capable font.
What happens with a control code the tool doesn’t recognize?
It is skipped gracefully — the surrounding text still converts correctly rather than the output being corrupted.
Is font size preserved?
Yes, per paragraph, based on the RTF font-size control code.

Related guides

Open the tool

Jump into RTF to PDF when you are ready to process your files.

← Back to all guides