PDF to RTF Converter – Convert PDF to Rich Text Format Free
✅ Free  ·  No Signup  ·  No Watermark  ·  100% Private

PDF to RTF Converter
Free, Fast & Online

Convert every PDF page into an editable Rich Text Format document instantly. Works entirely in your browser — your files are never uploaded to any server.

PDF
PDF Document
RTF
Rich Text Format
100%
Free Forever
0s
Server Upload Time
RTF
Output Format
Editable Output

PDF to RTF — Convert Now

Upload your PDF below, choose your text settings, preview extracted content, and download your RTF file instantly.

⚙️ RTF Export Settings
📂 Upload PDF File
📄

Drag & Drop your PDF here

or click to browse files from your device

✅ PDF
📝 Extracted Text Preview
📝

No PDF uploaded yet!

Upload your PDF above to preview extracted text

Four Pillars of a Great
PDF to RTF Converter

The design principles behind this tool — and what to look for in any PDF-to-document converter you use.

01

Editable Output

RTF is fully editable in every word processor — not a flat image. Your extracted text is ready to revise immediately.

02

Local Processing

Text is extracted in your browser with PDF.js and assembled into RTF on-device — your PDF never touches a server.

03

Universal Format

RTF opens in Word, LibreOffice, Pages, Google Docs and beyond — a format that's worked everywhere for 30+ years.

04

Full Control

Pick font, size, page-separation style, and exactly which pages to include before you generate the document.

The Best Free PDF to RTF Converter

Fast, private, and fully browser-based — everything you need to turn PDF text into an editable Rich Text Format document.

🔒
100% Private & Secure
All conversion happens inside your browser using PDF.js. Your PDF files are never sent to any server. Complete privacy guaranteed.
Instant Conversion
Text is extracted and RTF is generated directly in your browser in seconds. No waiting for uploads or server processing.
✏️
Fully Editable RTF Output
The downloaded RTF opens in Microsoft Word, LibreOffice, Google Docs, Apple Pages, and all major word processors for immediate editing.
🎯
Select Specific Pages
Choose exactly which PDF pages to include in your RTF. Select all or tick individual pages — full control over your output document.
🔤
Custom Font & Size
Choose your preferred font face and size before converting. Output your RTF in Arial, Times New Roman, Calibri, Georgia, or Courier New.
📄
Page Break Control
Insert proper page breaks, divider lines, or continuous text between pages. Full control over how pages are separated in the RTF output.
🔍
Live Text Preview
See a preview of the extracted text from each page before converting. Verify content accuracy and deselect empty or unwanted pages.
📊
Word & Character Count
Live word and character counts help you understand the size and content of your document before generating the final RTF file.
📱
Works on Any Device
Fully responsive design works perfectly on desktop, tablet, and mobile. Convert PDFs to RTF from anywhere, any time.
🌐
Unicode Safe
Non-ASCII characters are escaped into RTF's Unicode notation, so accented letters and symbols survive the conversion intact.
🌗
Auto Dark Mode
The interface follows your system theme automatically via prefers-color-scheme — easy on the eyes day or night.
♾️
Unlimited Use
Convert as many PDFs as you want, as often as you want. No daily quotas, no waiting timers, no paywalls — ever.

Convert PDF to RTF in 3 Steps

From upload to download in under a minute. No sign-up, no software installation required.

1
Upload Your PDF
Drag and drop your PDF file onto the tool above, or click to browse from your computer, phone, or tablet.
2
Configure Your RTF
Choose your font, size, page separator style, and select exactly which pages to include in your RTF document.
3
Download Your RTF
Click "Convert & Download RTF". Your editable document is generated instantly and saved directly to your device. Done!

Picking the Right
RTF Settings

Each export option shapes your final document. Here's what they do and when to use them.

🔤

Font Size

Sets the body text size from 10pt to 16pt. Use 12pt for standard documents, larger for accessibility or presentation copies.

🖊️

Font Face

Choose Arial or Calibri for a clean modern look, Times New Roman or Georgia for classic serif documents, Courier New for monospace.

📄

Page Break

Inserts a real page break between pages, so each PDF page starts fresh in Word — ideal for documents with distinct sections.

Divider Line

Adds a horizontal rule between pages instead of a break — keeps everything on continuous pages but marks page boundaries.

📃

Continuous Text

No separator at all — pages flow together as one stream. Best when the PDF's page breaks are arbitrary and you want clean prose.

📋

Filename

Names your downloaded RTF. It auto-fills from the PDF's name, but you can set anything — no extension needed, it's added for you.

Rule of thumb: Use Page Break when each PDF page is a distinct section you'll edit separately. Use Continuous Text when you want flowing prose and the PDF's page breaks don't matter. The Divider is a nice middle ground for reports.

What Happens Inside Your
Browser, Step by Step

For the curious: a look at exactly what the tool does between the moment you drop your PDF and the moment your RTF downloads.

📥

1. File arrives as a Blob CLIENT-SIDE

When you drop or select a PDF, the browser hands it to JavaScript as a Blob, then an ArrayBuffer. The bytes never touch the network — they exist only in your tab's memory.

🔍

2. PDF.js parses the document PARSE

Mozilla's PDF.js opens the byte array, decodes its internal object tree, and exposes each page with its text items and their positions.

📃

3. Text items extracted per page EXTRACT

For each page, getTextContent() returns every text run along with its transform matrix, which includes the Y-coordinate of each piece of text.

📏

4. Items grouped into lines GROUP

Text runs are clustered by Y-coordinate (within ±3px) into lines, so words on the same visual row join up instead of fragmenting.

🔢

5. Words & characters counted COUNT

Each page's text is tokenised on whitespace for a word count, and its length gives the character count — feeding the live stats bar.

👁️

6. Previews rendered PREVIEW

The first ~280 characters of each page show in a preview card so you can verify content and spot image-only pages with no text.

7. You select pages SELECT

Every page starts selected. Tick or untick pages, or use Select All / Deselect All — the stats update to reflect your choices.

🔐

8. Text is RTF-escaped ESCAPE

Special characters (backslash, braces) and non-ASCII letters are converted to RTF's escape notation, so the document stays valid and Unicode-safe.

🏗️

9. RTF document assembled BUILD

A proper RTF header with a font table and your chosen font/size is written, then each page's paragraphs, separated by your chosen break style.

💾

10. RTF downloads to your device DOWNLOAD

The RTF string is wrapped in a Blob and offered as a download. It opens straight into Word, LibreOffice, or Pages — no upload anywhere.

What Is RTF, and Why
Is It So Universal?

Understanding Rich Text Format explains why it's such a reliable target for extracting editable text from a PDF.

📝 RTF Is Plain Text You Can Read

RTF (Rich Text Format) is a document format where all the formatting is expressed as plain-text control words. Open an RTF file in a text editor and you'll see readable markup like \\b for bold or \\fs24 for font size. That transparency is part of why it's so portable — there's no hidden binary structure to misinterpret.

🏢 Created by Microsoft, Adopted Everywhere

Microsoft introduced RTF in 1987 as a way to move formatted documents between different applications and platforms. Because the specification was published openly, virtually every word processor — Word, LibreOffice, Apple Pages, Google Docs, WordPad — can read and write it. Three decades on, it remains a dependable lowest-common-denominator format.

🔤 The Font Table

Near the start of every RTF file is a font table — a list of the fonts the document uses, each given a number. The body text then references those numbers. This tool writes a font table with Arial, Times New Roman, Calibri, Georgia, and Courier New, then points your chosen font's index at the text.

🌐 How RTF Handles Unicode

RTF predates Unicode, so non-ASCII characters are encoded with a special \\u escape followed by the character's code point. This tool converts every accented letter, symbol, or non-Latin character into that notation automatically, so your text survives intact in any compliant reader.

⚠️ What RTF Extraction Can and Can't Do

This converter extracts the text of your PDF into editable RTF — perfect for documents that are mostly words. It does not reproduce the PDF's exact visual layout, embedded images, or complex multi-column positioning. And like any text tool, it can only extract real text: a scanned, image-only PDF needs OCR first, because there are no text characters to pull out.

PDF & RTF Through the Years

How a fixed-layout format and an editable document format ended up paired in browser-based conversion.

1987
RTF 1.0 introduced
Microsoft publishes the Rich Text Format specification as a portable way to exchange formatted documents between programs and platforms.
1993
PDF 1.0 launches
Adobe introduces the Portable Document Format — fixed-layout pages that look identical everywhere, but lock text into positioned drawing instructions.
2000s
RTF becomes the exchange standard
RTF cements its place as the universal "open anywhere" document format, supported by every major word processor across Windows, Mac, and Linux.
2008
PDF becomes an open standard
PDF is published as ISO 32000-1, documenting its object model and enabling third-party tools to parse and extract its content.
2008
Microsoft freezes RTF
The final RTF spec (1.9.1) is released. RTF stops evolving but remains rock-solid and universally supported — exactly what makes it a safe conversion target.
2011
PDF.js released
Mozilla launches PDF.js, a pure-JavaScript PDF parser. For the first time, browsers can extract PDF text without a plugin or server.
Today
In-browser PDF→RTF
PDF.js extracts text and JavaScript assembles a valid RTF document entirely on-device — no uploads. This tool is built that way.

When You'll Want to
Convert PDF to RTF

Turning locked PDF text into an editable document unlocks all kinds of everyday tasks. Here's where it helps most.

✏️

Editing Locked PDFs

Pull the text out of a PDF you can't edit and revise it freely in Word or LibreOffice as an RTF.

📑

Reusing Content

Lift paragraphs from a report or article PDF into a new document without retyping a single word.

📝

Quoting & Citing

Extract passages to quote in essays, papers, or reviews with the text already editable and ready to format.

🌐

Translation Prep

Get clean editable text out of a PDF so it imports neatly into translation tools that prefer document formats.

Accessibility

RTF text reflows and works with screen readers far better than a fixed-layout PDF — useful for accessible copies.

📋

Form Letters

Turn a PDF template into editable RTF so you can customise names, dates, and details for each recipient.

🗂️

Archiving Text

Keep an editable text copy of important PDFs alongside the original, future-proofed in a universal format.

📰

Repurposing Articles

Convert a PDF newsletter or article into RTF to repost, reformat, or adapt for another channel.

🎓

Study Notes

Extract lecture or textbook text into RTF so you can highlight, annotate, and reorganise it in your notes app.

⚖️

Legal Drafting

Pull clauses and boilerplate from a PDF contract into an editable document for revising and assembling new agreements.

💼

Resume Editing

Recover the text from a PDF resume you no longer have the source for, then edit and re-export it.

📨

Email Content

Extract text from a PDF to paste into an email or newsletter without manual retyping.

🔁

Format Migration

Move PDF content into a modern document workflow by first converting to RTF, then saving as DOCX or anything else.

📖

Manuscript Recovery

Writers can recover the editable text of a manuscript that only survives as a PDF export.

🧾

Record Keeping

Convert statements or notices to RTF for editable records you can search, annotate, and update.

🖋️

Content Templating

Turn a finished PDF into an editable RTF base you can reuse as a template for similar future documents.

RTF vs DOCX vs TXT vs PDF

Four ways to hold document text. Here's how they compare so you pick the right target format.

Property 📝 RTF 📘 DOCX 📃 TXT 📄 PDF
Editable textYesYesYesLocked
Keeps formattingBasicRichNoneExact
Universal supportEverywhereMost appsEverywhereEverywhere
Human-readable sourceYesZipped XMLYesBinary
Images & tablesLimitedFullNoneFull
File sizeMediumSmallTinyVaries
Fixed layoutNoNoNoYes
Best forPortable editingModern editingPlain notesFinal sharing
Rule of thumb: RTF is the sweet spot when you want editable text that opens anywhere without worrying about app compatibility. DOCX is richer for heavy formatting, TXT is best for stripped-down plain text, and PDF is for final, fixed-layout sharing. Convert PDF → RTF when your goal is to edit the words.

12 Tips for the Best RTF Output

Small choices that make a noticeable difference in how your converted RTF turns out.

Pick a font your reader has

RTF references fonts by name. Choose Arial or Times New Roman for the safest match across Word, LibreOffice, and Pages on any machine.

Page break vs continuous

Use page breaks when each PDF page is a distinct section. Choose continuous text when the PDF's page boundaries are arbitrary and you want flowing prose.

Deselect empty pages

Pages flagged "No text found" are usually scanned images or blanks. Untick them to keep your RTF clean and free of empty gaps.

OCR scanned PDFs first

If the preview shows no text, the PDF is image-only. Run it through OCR to create a text layer, then convert that version to RTF.

Set a clear filename

The filename auto-fills from your PDF, but rename it to something meaningful so you can find the document later. The .rtf extension is added for you.

Verify in your word processor

Open the RTF in Word or LibreOffice right after converting to confirm the text flowed correctly before you start editing.

Use the preview to spot issues

The text preview reveals garbled or out-of-order text before you convert. If it looks wrong, the PDF may have unusual encoding.

Larger font for accessibility

Choose 14pt or 16pt when making an easy-to-read copy for presentations or readers who need larger text.

Check word count before exporting

The live word and character counts confirm the document has the content you expect — handy for catching missed pages.

Convert, then Save As DOCX

Need DOCX? Convert to RTF here, open it in Word, and use Save As to get a .docx with all the text intact.

Re-export with new settings instantly

Change the font, size, or break mode and click convert again — the PDF stays loaded, so there's no need to re-upload.

Keep the source PDF

RTF extraction is one-way. Keep your original PDF so you can re-convert with different settings whenever you need.

Who Converts PDF to RTF Most?

Turning locked PDF text into an editable document is routine work across many roles.

✍️

Writers & Authors

Recover the editable text of manuscripts and drafts that only survive as PDF exports.

⚖️

Legal Teams

Pull clauses and boilerplate from PDF contracts into editable documents for revising and assembling agreements.

🎓

Students

Extract lecture and textbook text into RTF to highlight, annotate, and reorganise in notes apps.

🌐

Translators

Get clean editable text out of a PDF so it imports neatly into translation tools and CAT software.

🏢

Office Admins

Convert memos, notices, and templates from PDF to RTF for editing and reuse across the team.

🔬

Researchers

Extract passages from paper PDFs to quote, cite, and synthesise into literature reviews.

📰

Journalists

Lift text from press-release and report PDFs into editable copy for articles and stories.

📣

Marketers

Repurpose the text of a PDF brochure or one-pager into new editable content for other channels.

💼

Job Seekers

Recover and edit a resume that only exists as a PDF, then tailor it for each application.

📚

Editors & Publishers

Get author-submitted PDF text into an editable format for proofing, markup, and layout.

🧾

Accountants

Extract text from statements and notices into editable records for notes and summaries.

Accessibility Specialists

Produce reflowable, screen-reader-friendly RTF copies of fixed-layout PDF documents.

How Your PDF Is Handled

Transparency matters. Here's exactly what happens when you use this converter.

🔐 Files Are Processed In Your Browser

This tool uses PDF.js by Mozilla to read your PDF and extract its text, then assembles the RTF document with plain JavaScript — all of which runs entirely inside your browser tab. Your PDF is read from your device, processed in memory, and the finished RTF is downloaded back to you without ever leaving your machine.

That means the tool never needs to upload your file to a server to convert it. Speed depends on your device's CPU and memory, not on a remote service.

🛡️ What You Can Still Watch Out For

Although the conversion logic is local, modern websites do receive normal browser metadata such as your IP address, user agent, and referrer. If you're working with sensitive material — contracts, IDs, medical records — it's always smart to verify how a tool behaves. You can open your browser's developer tools and inspect the Network tab while converting to confirm no PDF data is being sent externally.

For background reading on browser security and safe handling of personal files, see the Electronic Frontier Foundation's privacy resources.

🚫 No Encryption Bypass

This tool reads ordinary PDFs. It does not crack passwords or strip protection from encrypted files. If your PDF is password-protected, remove the password in a PDF application you trust first, then convert the unprotected copy.

🧹 Nothing Stored After You Leave

When you close the tab or clear the PDF, the file bytes and extracted text are discarded automatically. There's no account, no cloud storage, no history. Save your downloaded RTF before closing the tab if you want to keep it.

🔎 Verify It Yourself

Don't take our word for it. Press F12 (or Cmd+Option+I on Mac) to open developer tools, switch to the Network tab, then drop a PDF and run a conversion. You'll see the page's own assets loading, but no outbound request carrying your PDF bytes — the hallmark of a true client-side tool.

Typical RTF File Sizes

Rough expectations based on page count and word density. RTF stores only text plus light markup, so files stay small even for long documents.

Document Size Pages Approx. Words RTF File Size Conversion Time
Short note1–2~300–700~5–15 KBUnder 1 second
Article / letter3–6~1,500–3,500~20–60 KB1–2 seconds
Report10–25~5,000–12,000~80–250 KB2–5 seconds
Long document40–80~20,000–40,000~400 KB–1 MB5–12 seconds
Book-length150+75,000+~1.5–4 MB15–40 seconds

Figures are approximate and depend on word density and how many non-ASCII characters need Unicode escaping.

Pro tip: RTF files are far smaller than the source PDF because they drop images, fonts, and layout data — keeping only the text and basic formatting. A 5 MB PDF often becomes an RTF of well under 100 KB.
Heads-up: Documents with lots of accented or non-Latin characters produce slightly larger RTF, since each such character expands into a multi-character Unicode escape sequence.

8 PDF-to-RTF Myths — Debunked

A lot of confusion surrounds converting PDFs to editable documents. Here are the most common myths and the truth.

Myth

"RTF is just plain text like TXT."

Truth

RTF carries real formatting — fonts, sizes, bold, page breaks — via control words. It's far richer than a flat TXT file.

Myth

"Online converters always upload your file."

Truth

Some do, but this one extracts text entirely in your browser with PDF.js. Confirm it in the DevTools Network tab in seconds.

Myth

"The RTF will look exactly like the PDF."

Truth

Conversion extracts editable text, not the PDF's exact visual layout. Expect clean text, not a pixel-perfect replica.

Myth

"Scanned PDFs convert fine."

Truth

A scanned PDF is images, with no text to extract. You'll see "No text found" until you run OCR on it first.

Myth

"Converting adds a watermark."

Truth

This tool never adds watermarks. Your RTF is clean, editable, and ready for professional use immediately.

Myth

"Only Microsoft Word opens RTF."

Truth

RTF opens in LibreOffice, Apple Pages, Google Docs, WordPad, and virtually every word processor on any platform.

Myth

"You can only convert the whole PDF."

Truth

Every page has a checkbox. Include one page, a few, or all — and preview each before deciding.

Myth

"Accented characters break in RTF."

Truth

The tool escapes non-ASCII characters into RTF's Unicode notation, so accents and symbols survive intact.

Common PDF-to-RTF Issues

If your output doesn't look the way you expected, one of these is usually the cause.

📭 "No text was found / pages are empty"

The PDF is almost certainly a scanned, image-only document. Fix: run it through OCR (optical character recognition) to add a text layer, then convert that version. The preview will then show real text.

🔀 "The text is garbled or out of order"

Some PDFs use unusual font encodings or store text in an odd order. Fix: check the preview first; if it's scrambled there, the source PDF's encoding is the issue. Try a different export of the original document if you have it.

📰 "Multi-column text is mixed up"

Text extraction reads by vertical position, so side-by-side columns can interleave. Fix: for complex multi-column layouts, expect to do some manual reordering in your word processor after converting.

🔒 "It won't read my encrypted PDF"

Password-protected PDFs can't be parsed without the password. Fix: remove the protection in a PDF app first, then upload the unprotected copy to convert.

"Special characters look wrong"

Most accented and non-Latin characters are escaped correctly, but a rare glyph may not map cleanly. Fix: open the RTF in your word processor and do a quick find-and-replace for any stray characters.

🐌 "Large files are slow"

Very long PDFs take time to extract page by page. Fix: let the progress bar finish, close other heavy tabs, or convert a selection of pages at a time on lower-powered devices.

📄 "The RTF won't open"

Rarely, a download is interrupted or the app doesn't recognise the extension. Fix: re-download, and open with Word or LibreOffice directly via File → Open if double-clicking doesn't work.

🧩 "Pages run together"

You may have chosen "No Separator — Continuous Text." Fix: re-export with "Insert Page Break" or "Insert Divider Line" selected to mark page boundaries clearly.

More Free PDF Converter Tools

Need to convert to other formats? Try these free online tools.

PDF to PNG PDF to JPG PDF to PowerPoint PDF to PSD BMP to PDF Images to PDF PDF to JSON PDF to EPUB Organize PDF Pages Merge PDFs

RTF & PDF Terms Explained

Short, friendly definitions for the terms you'll meet when converting PDFs to editable documents.

RTF
Rich Text Format. A document format where formatting is stored as readable plain-text control words.
Control Word
An RTF instruction starting with a backslash, like \\b for bold or \\fs24 for font size.
Font Table
The list near the top of an RTF file that numbers each font so the body text can reference them.
PDF
Portable Document Format. A fixed-layout format that locks text into positioned drawing instructions.
PDF.js
Mozilla's pure-JavaScript PDF parser that extracts text in the browser, powering this tool.
Text Extraction
Pulling the actual text characters out of a PDF, as opposed to rendering it as an image.
getTextContent
The PDF.js method that returns every text run on a page along with its position data.
Transform Matrix
Numbers describing where and how a piece of text is placed on the page, including its Y-coordinate.
Line Grouping
Clustering text runs by Y-coordinate so words on the same visual row join into one line.
Unicode Escape
RTF's way of encoding non-ASCII characters as \\u followed by a numeric code point.
Code Point
The numeric value Unicode assigns to a character, used in RTF's escape notation.
Page Break
An RTF instruction (\\page) that forces the following text onto a new page.
ANSI
The character set declaration (\\ansi) at the start of an RTF file for compatibility.
OCR
Optical Character Recognition — turning an image of text into real, extractable characters.
Plain Text
Text with no formatting at all, like a TXT file. RTF is plain text that encodes formatting.
Blob
A browser-native object holding binary data. Your PDF and the output RTF both live as Blobs.
ArrayBuffer
A raw block of bytes in memory — how your PDF's data is held before PDF.js parses it.
Client-Side
Processing that happens in your browser rather than on a remote server.
Word Processor
Software like Word, LibreOffice, or Pages that opens and edits RTF documents.
Lossless
Conversion that preserves all the source text exactly, with no characters dropped or altered.

PDF to RTF — Common Questions

Everything you need to know about converting PDF files to Rich Text Format.

Is this PDF to RTF converter really free?
Yes, 100% free with no hidden fees, no subscription, and no signup required. Use it as many times as you like, completely free forever.
Are my PDF files uploaded to a server?
No. This tool runs entirely in your browser using PDF.js. Your PDF files are never sent to any server. Everything stays on your device.
What is RTF and why use it?
RTF (Rich Text Format) is a universal document format supported by virtually every word processor. It preserves text formatting and is ideal for editing PDF content in Word, LibreOffice, or Google Docs.
Will all text from my PDF be extracted?
Text-based PDFs convert with high accuracy. Scanned PDFs (image-only) may produce little or no text since the content is stored as an image rather than extractable text characters.
Can I open the RTF in Microsoft Word?
Yes. RTF is natively supported by Microsoft Word, LibreOffice Writer, Apple Pages, Google Docs, and virtually all word processing applications on any platform.
Does this tool add a watermark to my RTF?
No watermark is ever added to your RTF document. Your output file is completely clean, editable, and ready for professional use straight away.
Is the RTF fully editable?
Yes. Unlike a PDF, the RTF contains real, editable text. Open it in any word processor and revise, reformat, or copy the content freely.
Can I convert a scanned PDF?
Not directly. A scanned PDF stores pages as images with no text to extract, so you'll see "No text found." Run the PDF through OCR first, then convert that version.
Will the formatting and layout be preserved?
The tool extracts editable text with your chosen font and size — not the PDF's exact visual layout. Expect clean text rather than a pixel-perfect replica of the original page.
Are images from the PDF included?
No. This converter extracts text only. If you need the images, use a PDF-to-image tool such as PDF to PNG or PDF to JPG instead.
What about tables in my PDF?
Table text is extracted, but the table grid itself isn't rebuilt — cells become lines of text. You can re-tabulate them in your word processor if needed.
Can I convert a password-protected PDF?
No. Encrypted PDFs can't be read without the password. Remove the protection in a PDF editor first, then upload the unprotected copy.
Can I convert just specific pages?
Yes. After uploading, each page has a checkbox. Tick only the pages you want and the rest are skipped. Use Select All or Deselect All for speed.
Which font should I choose?
Pick a font your reader is likely to have — Arial or Times New Roman are the safest. The font is referenced by name in the RTF, so a common one ensures it displays correctly everywhere.
How big will the RTF file be?
Usually far smaller than the source PDF, since RTF drops images and layout data. A multi-page document typically produces an RTF of tens to a few hundred kilobytes.
Does it work offline?
After the page loads once, PDF.js is cached, so conversion usually works on flaky connections. The first visit needs internet to load the library.
What browsers are supported?
All modern Chromium browsers (Chrome, Edge, Brave, Arc, Opera), Firefox, and Safari versions from the past few years work smoothly.
Will my original PDF be changed?
No. The tool only reads your PDF to extract text — your original file is never modified. The RTF is a brand-new file.
How are accented and special characters handled?
Non-ASCII characters are escaped into RTF's Unicode notation automatically, so accented letters, symbols, and non-Latin scripts survive the conversion intact.
Can I use the RTF commercially?
Yes. The document is built from your own PDF, so you can use it however you like. The tool adds no restrictions, branding, or watermarks.