Peter Eberlein wrote:
Hi Fernand,
Fernand Vanrie schrieb:
OK
I found a complex :-) solution using temp RTF files, but should works
select the formated text portion and put it in a new empty
OO_source.odf.
save OO_source.odf to RTF_temp.rtf usng the RTF-Export Filter
Read with simpleFileAcces the content of RTF_source.rtf and put it
in a simple Varchar database field.
Put the content of f the VarChar field into a simple text file with
rtf extension
insert the text.rtf into the OO- doc using the RTF- ImportFilter
any ideas for shortening this process ?
don't know if this is shorter, but as I said you can store your
OO_source.odf into a stream and then read/write a blob field of your
database.
OK, I was concerned about the "size" of the blob's i will test it and
comback with the results and nobody seems to now ( on the forum at
least) how to get the stored binary data out of a database field !!
thanks for this hint
Fernand
e.g. http://www.oooforum.org/forum/viewtopic.phtml?t=29434
Regards
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]