I see what you mean. I hadn't thought about it. I can't see an easy way
of getting yWriter to do the export/import, so it would be easy to end
up with inconsistent files. It would need ywSynch to work in a quite
different way. I'll have a think about it.
You may find it easier to use batch files to do the conversion. There's
no API that I know of to do the conversion. What I am doing is spawning
off a separate process that runs an swriter command line. The format is:
"<swriterpath>\swriter.exe" -convert-to <format> -headless -outdir
"<outputpath>" "<filename>"
The format is doc, rtf etc (in fact, the strings that appear in the
Remote Format combobox in Options). outputpath is a directory (I
actually convert into the temp folder and then move it from there).
-headless stops swriter becoming visible.
Trevor Prinn
ywSynch Author