I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2006-07-31 18:20:21-07 by jeunice in response to 2735
Re: print rtf files with openoffice on windows default printer

It is possible to do this with OpenOffice, but not through OpenOffice::OODoc modules. These modules read and manipulate native OpenOffice formats, such as SXW and ODT, directly. They do not, however, include the code needed to import other formats (such as RTF, DOC, etc.) into OpenOffice formats.

You would be better served to look at OpenOffice macro programming, such as through OpenOffice Basic.

Direct Responses: Write a response