in reply to Re^2: Moving from MS Office OLE code to Openoffice for printing RTF documents
in thread Moving from MS Office OLE code to Openoffice for printing RTF documents
Have you tried something along these lines? (untested)
$output = `c:\program files\openoffice\soffice\swriter.exe -p test.rtf`;Please see Does it possible to run an outer program in perl? for more information.
HTH,
|
|---|