A question was posed to me which I am not able to answer, so I turn to you, my brethren.

How the hell do I export something as an MS Word doc if I'm running on Linux? Most of the available modules on the CPAN are in the Win32 namespace. RTF might be OK, but I'm not familiar with this area, so I can't say. The only thing I know about it is that folks constantly complain that RTF screws up their formatting.

The scenario is like this: text is edited in a web-based WYSIWYG editor and people need to be able to export that text in MS Word format. These people are unknown up front so telling them "you can't use MS Word" is not an option, however, it's possible that Web-based WYSIWIG editors are so limited that maybe RTF can handle it all? (Side note, I can't even tell you which WYSIWIG editor because it's still being evaluated.)

Cheers,
Ovid

New address of my CGI Course.


In reply to Running Linux but Exporting as MS Word? by Ovid

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.