Thread

Posted on Mon Jul 31 16:54:43 2006 by harryc
print rtf files with openoffice on windows default printer
I need to print rtf files on the default windows printer with openoffice
is it possible with Openoffice OOdoc
Can you give me a code example
thanks
Direct Responses: 2736 | Write a response
Posted on Mon Jul 31 21:20:21 2006 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.

Write a response