In a macro, the following used to work to save a file as a PDF:

   cURL = ConvertToURL( cFile )
   ' Save the document using a filter.
   oDoc.storeToURL( cURL, Array(_
            MakePropertyValue( "FilterName", "writer_pdf_Export" ),)
 ' (full script at
http://www.xml.com/pub/a/2006/01/11/from-microsoft-to-openoffice.html)

It doesn't work anymore. (I'm using 2.0.2.) Has a recent upgrade made this
syntax obsolete? How do we do it now? (I'm actually more interested in
using script code to convert the OOo file to HTML.)

thanks,

BOb


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to