Editing Word documents in Perl (Openoffice Writer or MS Word)

Ask a Question related to Perl / CGI, Design and Development.

  1. #1

    Default Editing Word documents in Perl (Openoffice Writer or MS Word)

    Hello,

    I want to read and edit openoffice / staroffice writer documents. Does
    anyone know of any modules for that?

    Ideally, I would've liked a module for editing MS Word documents, but
    win32:le requires Windows, and I'm running Linux. I wish there were
    something like Spreadsheet::WriteExcel for MS Word!

    Thanks in advance,

    Tony
    Tony Guest

  2. Similar Questions and Discussions

    1. Editing Word documents following 2003 Upgrade
      When we had Word 2000 and C3, on a web page where I had a link to a Word document, I was able to have Contribute launch Word 2000 and bring up the...
    2. Generating WORD documents from CF
      Hi Everyone, Does anyone know how I can generate a Microsoft WORD file from my ColdFusion application? I want to be able to set the font, size,...
    3. Importing Word Documents
      Hi, I have a paragraph I have imported into CS and some of the lines that are 1.5 spaced in word show up as single spaces while other lines single...
    4. Coverting Indesign 2.0 documents to Microsoft Word xp documents
      How would you go about converting indesign documents to microsoft word documents? Is there a way to convert them? Thanks for any help that you can...
    5. Desperate to convert Word documents into PDF documents
      This describes my problem. I have Windows XP Home and Word 2002. The problem seems to have begun to occur after I downloaded updates to 5.0 from the...
  3. #2

    Default Editing Word documents in Perl (Openoffice Writer or MS Word)

    Hello,

    I want to read and edit openoffice / staroffice writer documents. Does
    anyone know of any modules for that?

    Ideally, I would've liked a module for editing MS Word documents, but
    win32:le requires Windows, and I'm running Linux. I wish there were
    something like Spreadsheet::WriteExcel for MS Word!

    Thanks in advance,

    Tony
    Tony Guest

  4. #3

    Default Re: Editing Word documents in Perl (Openoffice Writer or MS Word)

    In comp.lang.perl.misc Tony <hawkmoon1972@hotmail.com> wrote:
    >
    > I want to read and edit openoffice / staroffice writer documents. Does
    > anyone know of any modules for that?
    >
    Native OpenOffice documents are XML, you might want to look at some of
    the XML modules on CPAN to assess their suitability to the task.

    /J\
    --
    Jonathan Stowe |
    <http://www.gellyfish.com> | This space for rent
    |
    Jonathan Stowe Guest

  5. #4

    Default Re: Editing Word documents in Perl (Openoffice Writer or MS Word)

    In comp.lang.perl.misc Tony <hawkmoon1972@hotmail.com> wrote:
    >
    > I want to read and edit openoffice / staroffice writer documents. Does
    > anyone know of any modules for that?
    >
    Native OpenOffice documents are XML, you might want to look at some of
    the XML modules on CPAN to assess their suitability to the task.

    /J\
    --
    Jonathan Stowe |
    <http://www.gellyfish.com> | This space for rent
    |
    Jonathan Stowe Guest

  6. #5

    Default Re: Editing Word documents in Perl (Openoffice Writer or MS Word)


    "Tony" <hawkmoon1972@hotmail.com> schreef in bericht
    news:c90e5468.0308241221.1c901c97@posting.google.c om...
    > Hello,
    >
    > I want to read and edit openoffice / staroffice writer documents. Does
    > anyone know of any modules for that?
    >
    > Ideally, I would've liked a module for editing MS Word documents, but
    > win32:le requires Windows, and I'm running Linux. I wish there were
    > something like Spreadsheet::WriteExcel for MS Word!
    >
    > Thanks in advance,
    >
    > Tony

    Don't know about open/star, but in MS Word you can save a document in RTF
    format. You can even change it's extrension from .rtf to .doc, the format
    will remain rtf.
    Use any templating technique to mongify the documents. Works for Excel too.

    ~henq



    henq Guest

  7. #6

    Default Re: Editing Word documents in Perl (Openoffice Writer or MS Word)


    "Tony" <hawkmoon1972@hotmail.com> schreef in bericht
    news:c90e5468.0308241221.1c901c97@posting.google.c om...
    > Hello,
    >
    > I want to read and edit openoffice / staroffice writer documents. Does
    > anyone know of any modules for that?
    >
    > Ideally, I would've liked a module for editing MS Word documents, but
    > win32:le requires Windows, and I'm running Linux. I wish there were
    > something like Spreadsheet::WriteExcel for MS Word!
    >
    > Thanks in advance,
    >
    > Tony

    Don't know about open/star, but in MS Word you can save a document in RTF
    format. You can even change it's extrension from .rtf to .doc, the format
    will remain rtf.
    Use any templating technique to mongify the documents. Works for Excel too.

    ~henq



    henq Guest

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139