{
    "mode": "perldoc",
    "parameter": "Pod::Simple::RTF",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3ASimple%3A%3ARTF/json",
    "generated": "2026-06-10T22:19:17Z",
    "synopsis": "perl -MPod::Simple::RTF -e \\\n\"exit Pod::Simple::RTF->filter(shift)->anyerrataseen\" \\\nthingy.pod > thingy.rtf",
    "sections": {
        "NAME": {
            "content": "Pod::Simple::RTF -- format Pod as RTF\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "perl -MPod::Simple::RTF -e \\\n\"exit Pod::Simple::RTF->filter(shift)->anyerrataseen\" \\\nthingy.pod > thingy.rtf\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This class is a formatter that takes Pod and renders it as RTF, good for viewing/printing in\nMSWord, WordPad/write.exe, TextEdit, etc.\n\nThis is a subclass of Pod::Simple and inherits all its methods.\n",
            "subsections": []
        },
        "FORMAT CONTROL ATTRIBUTES": {
            "content": "You can set these attributes on the parser object before you call \"parsefile\" (or a similar\nmethod) on it:\n\n$parser->head1halfpointsize( *halfpointinteger* );\n$parser->head2halfpointsize( *halfpointinteger* );\n$parser->head3halfpointsize( *halfpointinteger* );\n$parser->head4halfpointsize( *halfpointinteger* );\nThese methods set the size (in half-points, like 52 for 26-point) that these heading levels\nwill appear as.\n\n$parser->codeblockhalfpointsize( *halfpointinteger* );\nThis method sets the size (in half-points, like 21 for 10.5-point) that codeblocks\n(\"verbatim sections\") will appear as.\n\n$parser->headerhalfpointsize( *halfpointinteger* );\nThis method sets the size (in half-points, like 15 for 7.5-point) that the header on each\npage will appear in. The header is usually just \"*modulename* p. *pagenumber*\".\n\n$parser->normalhalfpointsize( *halfpointinteger* );\nThis method sets the size (in half-points, like 26 for 13-point) that normal paragraphic\ntext will appear in.\n\n$parser->noproofingexemptions( *trueorfalse* );\nSet this value to true if you don't want the formatter to try putting a hidden code on all\nPerl symbols (as best as it can notice them) that labels them as being not in English, and\nso not worth spellchecking.\n\n$parser->doclang( *microsoftdecimallanguagecode* )\nThis sets the language code to tag this document as being in. By default, it is currently\nthe value of the environment variable \"RTFDEFLANG\", or if that's not set, then the value\n1033 (for US English).\n\nSetting this appropriately is useful if you want to use the RTF to spellcheck, and/or if you\nwant it to hyphenate right.\n\nHere are some notable values:\n\n1033  US English\n2057  UK English\n3081  Australia English\n4105  Canada English\n1034  Spain Spanish\n2058  Mexico Spanish\n1031  Germany German\n1036  France French\n3084  Canada French\n1035  Finnish\n1044  Norwegian (Bokmal)\n2068  Norwegian (Nynorsk)\n\nIf you are particularly interested in customizing this module's output even more, see the source\nand/or write to me.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Pod::Simple, RTF::Writer, RTF::Cookbook, RTF::Document, RTF::Generator\n",
            "subsections": []
        },
        "SUPPORT": {
            "content": "Questions or discussion about POD and Pod::Simple should be sent to the pod-people@perl.org mail\nlist. Send an empty email to pod-people-subscribe@perl.org to subscribe.\n\nThis module is managed in an open GitHub repository, <https://github.com/perl-pod/pod-simple/>.\nFeel free to fork and contribute, or to clone <git://github.com/perl-pod/pod-simple.git> and\nsend patches!\n\nPatches against Pod::Simple are welcome. Please send bug reports to\n<bug-pod-simple@rt.cpan.org>.\n",
            "subsections": []
        },
        "COPYRIGHT AND DISCLAIMERS": {
            "content": "Copyright (c) 2002 Sean M. Burke.\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nThis program is distributed in the hope that it will be useful, but without any warranty;\nwithout even the implied warranty of merchantability or fitness for a particular purpose.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't bother him, he's retired.\n\nPod::Simple is maintained by:\n\n*   Allison Randal \"allison@perl.org\"\n\n*   Hans Dieter Pearcey \"hdp@cpan.org\"\n\n*   David E. Wheeler \"dwheeler@cpan.org\"\n",
            "subsections": []
        }
    },
    "summary": "Pod::Simple::RTF -- format Pod as RTF",
    "flags": [],
    "examples": [],
    "see_also": []
}