perldoc > Pod::Simple::RTF

📛 NAME

Pod::Simple::RTF — format Pod as RTF

🚀 Quick Reference

Use CaseCommandDescription
📄 Convert Pod to RTFperl -MPod::Simple::RTF -e "Pod::Simple::RTF->filter(shift)->any_errata_seen" file.pod > file.rtfBasic filter to convert a Pod file to RTF
🔤 Set heading font size$parser->head1_halfpoint_size(52)Set heading level 1 size in half‑points (e.g., 52 = 26pt)
💻 Set code block font size$parser->codeblock_halfpoint_size(21)Set verbatim/code block size in half‑points (e.g., 21 = 10.5pt)
🌐 Set document language$parser->doc_lang(1033)Set language code for spellcheck/hyphenation (1033 = US English)

📋 SYNOPSIS

perl -MPod::Simple::RTF -e \
 "exit Pod::Simple::RTF->filter(shift)->any_errata_seen" \
 thingy.pod > thingy.rtf

📝 DESCRIPTION

This class is a formatter that takes Pod and renders it as RTF, good for viewing/printing in MSWord, WordPad/write.exe, TextEdit, etc.

This is a subclass of Pod::Simple and inherits all its methods.

🎛️ FORMAT CONTROL ATTRIBUTES

You can set these attributes on the parser object before you call parse_file (or a similar method) on it:

Here are some notable values:

If you are particularly interested in customizing this module’s output even more, see the source and/or write to me.

👀 SEE ALSO

Pod::Simple, RTF::Writer, RTF::Cookbook, RTF::Document, RTF::Generator

🛟 SUPPORT

Questions or discussion about POD and Pod::Simple should be sent to the pod-people AT perl.org mail list. Send an empty email to pod-people-subscribe AT perl.org to subscribe.

This module is managed in an open GitHub repository, <https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or to clone <git://github.com/perl-pod/pod-simple.git> and send patches!

Patches against Pod::Simple are welcome. Please send bug reports to <bug-pod-simple AT rt.org>.

©️ COPYRIGHT AND DISCLAIMERS

Copyright (c) 2002 Sean M. Burke.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.

👤 AUTHOR

Pod::Simple was created by Sean M. Burke <sburke AT cpan.org>. But don’t bother him, he’s retired.

Pod::Simple is maintained by:

Pod::Simple::RTF
📛 NAME 🚀 Quick Reference 📋 SYNOPSIS 📝 DESCRIPTION 🎛️ FORMAT CONTROL ATTRIBUTES 👀 SEE ALSO 🛟 SUPPORT ©️ COPYRIGHT AND DISCLAIMERS 👤 AUTHOR

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-30 11:26 @216.73.217.152
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^