Hi all,

I have developed an XSLT filter coupled with a native UNO component
allowing to export a writer document with all embedded document as an
image (jpeg,png, gif), as does the native Save As ...HTML.
Even if the XSLT filter itself is not completed, it's good enough for
some simple documents.

The general idea was to use the internal code of openoffice to do the
filtering of the embedded images (the one in the svx/sources/xoutdev).
I wrote a very simple component in C++ which exports the necessary
interface to save all embedded images in a text document.
Another filter in Java, calls the uno component and then dispatches the
filtering to the normal XSLT filter.
The result is that you can save your document into HTML with the images
by using File/Export of the GUI.
Even if I only tested it on OpenOffice 1.1.2 on linux, I think it could
be ported without any modification to Windows and would be binary
compatible with version 1.1.4 (and maybe 2.0).

I would like to put the source and some documents unto the web. Is there
some space allowed for this on the OpenOffice web site?
Is anyone interested ? Feel free to comment.


Laurent David



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



Reply via email to