Henk Jonas <[EMAIL PROTECTED]> writes: > short introduction: Several years ago I've wrote a vector-gfx > converter for Amiga OS, called MetaView. It is discontinued for quite > a time now and I made the source public on > http://www.programmersheaven.com/search/download.asp?FileID=29342 > Something I did there was to use ghostscript to convert EPS into FIG > and import the resulting FIG into MetaView. I could do something > similar (+WMF import etc.) for OOo too. > Hi Henk,
help in this area is greatly appreciated - apart from that, are you aware of pstoedit (http://www.pstoedit.net/), which AFAICT does a similar thing? For 2.0.2, Caolan put some initial tooling for that into OOo, see also issue 9290 (http://www.openoffice.org/issues/show_bug.cgi?id=9290) > Ok, I'm fairly new to OOo but not to C or C++. What are the things I > need to start with (using Windows 2k as OS with cygwin installed) > beside the actual OOo source-snapshot? > http://wiki.services.openoffice.org/wiki/Main_Page should get you started (coincidentally, the 'Getting started...' section). > In the ToDo was something about a "metafile". I assume it is a > gfx-metafile format? Where can I found infos about the format and > tags of this metafile? > Use the source, Luke. ;-) (which would be vcl/inc/metaact.hxx and vcl/source/gdi/metaact.cxx, in this case). HTH, -- Thorsten If you're not failing some of the time, you're not trying hard enough. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
