Ask a Question related to Perl / CGI, Design and Development.
-
Tony #1
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
-
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... -
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,... -
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... -
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... -
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... -
Tony #2
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
-
Jonathan Stowe #3
Re: Editing Word documents in Perl (Openoffice Writer or MS Word)
In comp.lang.perl.misc Tony <hawkmoon1972@hotmail.com> wrote:
Native OpenOffice documents are XML, you might want to look at some of>
> I want to read and edit openoffice / staroffice writer documents. Does
> anyone know of any modules for that?
>
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
-
Jonathan Stowe #4
Re: Editing Word documents in Perl (Openoffice Writer or MS Word)
In comp.lang.perl.misc Tony <hawkmoon1972@hotmail.com> wrote:
Native OpenOffice documents are XML, you might want to look at some of>
> I want to read and edit openoffice / staroffice writer documents. Does
> anyone know of any modules for that?
>
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
-
henq #5
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
-
henq #6
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



Reply With Quote

