Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    HTML::FormatRTF 2.07

    Download button

    No screenshots available
    Downloads: 518  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.0/5)
    14 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Sean M. Burke | More programs
    Perl Artistic License / FREE
    June 20th, 2008, 01:02 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    HTML::FormatRTF description

    A Perl module to format HTML as RTF

    HTML::FormatRTF is a Perl module to format HTML as RTF.

    SYNOPSIS

    use HTML::FormatRTF;

    my $out_file = "test.rtf";
    open(RTF, ">$out_file")
    or die "Can't write-open $out_file: $!nAborting";

    print RTF HTML::FormatRTF->format_file(
    'test.html',
    'fontname_headings' => "Verdana",
    );
    close(RTF);


    HTML::FormatRTF is a class for objects that you use to convert HTML to RTF. There is currently no proper support for tables or forms.

    This is a subclass of HTML::Formatter, whose documentation you should consult for more information on the new, format, format_file

    You can specify any of the following parameters in the call to new, format_file, or format_string:

    lm

    Amount of extra indenting to apply to the left margin, in twips (twentieths of a point). Default is 0.

    So if you wanted the left margin to be an additional half inch larger, you'd set lm => 720 (since there's 1440 twips in an inch). If you wanted it to be about 1.5cm larger, you'd set lw => 850 (since there's about 567 twips in a centimeter).
    rm

    Amount of extra indenting to apply to the left margin, in twips (twentieths of a point). Default is 0.
    normal_halfpoint_size

    This is the size of normal text in the document, in half-points. The default value is 22, meaning that normal text is in 11 point.
    header_halfpoint_size

    This is the size of text used in the document's page-header, in half-points. The default value is 17, meaning that normal text is in 7.5 point. Currently, the header consists just of "p.pagenumber" in the upper-right-hand corner, and cannot be disabled.
    head1_halfpoint_size ... head6_halfpoint_size

    These control the font size of each heading level, in half-twips. For example, the default for head3_halfpoint_size is 25, meaning that HTML ... text will be in 12.5 point text (in addition to being underlined and in the heading font).
    codeblock_halfpoint_size

    This controls the font size (in half-points) of the text used for ... text. By default, it is 18, meaning 9 point.
    fontname_body

    This option controls what font is to be used for the body of the text -- that is, everything other than heading text and text in pre/code/tt elements. The default value is currently "Times". Other handy values I can suggest using are "Georgia" or "Bookman Old Style".
    fontname_code

    This option controls what font is to be used for text in pre/code/tt elements. The default value is currently "Courier New".
    fontname_headings

    This option controls what font name is to be used for headings. You can use the same font as fontname_body, but I prefer a sans-serif font, so the default value is currently "Arial". Also consider "Tahoma" and "Verdana".
    document_language

    This option controls what Microsoft language number will be specified as the language for this document. The current default value is 1033, for US English. Consult an RTF reference for other language numbers.
    hr_width

    This option controls how many underline characters will be used for rendering a "" tag. Its default value is currently 50. You can usually leave this alone, but under some circumstances you might want to use a smaller or larger number.
    no_prolog

    If this option is set to a true value, HTML::FormatRTF will make a point of not emitting the RTF prolog before the document. By default, this is off, meaning that HTML::FormatRTF will emit the prolog. This option is of interest only to advanced users.
    no_trailer

    If this option is set to a true value, HTML::FormatRTF will make a point of not emitting the RTF trailer at the end of the document. By default, this is off, meaning that HTML::FormatRTF will emit the bit of RTF that ends the document. This option is of interest only to advanced users.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    format HTML | HTML to RTF | Perl module | format | HTML | RTF

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM