Éric Bischoff wrote:
> 
> My version of the program is used to convert from Open Document to Word in 
> the 
> context of an enterprise where some people did not migrate yet, to help them 
> exchange documents with their colleagues.
> 
> If you want to convert in the opposite direction, just change the arguments 
> in 
> the Basic macro (conversion.bas).
> 
> Or use Laurent's version at oooconv.org, it supports many input and output 
> formats (but has to be adapted a bit since it considers that ooo's format 
> is .sxw, not .odt).
> 

Ok, I got a bit further but I came up against a problem:
url = "file://" + rep + dest
  args2(0).Name = "InteractionHandler"
  args2(0).Value = ""
  args2(1).Name = "FilterName"
  args2(1).Value = "MS Word 97"
  document.storeToURL(url, args2())

Now, where do I find a list of valid "Filtername" values?
I have asked google for details of the storeToURL function, and it gave
me some pages from the openoffice web site api.openoffice.org.

The problem is, it points me to this
--- Quote start ---
FilterName
string FilterName;

Usage Restrictions
    optional
Description
    internal filter name

    Name of a filter that should be used for loading or storing the
component. Names must match the names of the TypeDetection
configuration, invalid names are ignored. If a name is specified on
loading, it still will be verified by a filter detection, but in case of
doubt it will be preferred.

--- Quote end ---

At which point I have no idea where the "TypeDetection configuration"
is, so I am at a loss.

Can someone help, or maybe update the documents.

James

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

Reply via email to