wow, so to write an unpacked format I will have to write an export and import filter, or use the UCP? Seems like overkill? Did you do something similiar with UCP? I looked at the demo code and it seems to like file urls, and my "document" is in memory, so I wonder if the UCP will work for me. I wonder why the "Unpacked " parameters is there.
Thanks for the help. If you have some snippets doing something similiar to what I want that would be grand. The truth is that I am just trying to squeeze some performance, and this might not even work. I am rendering a document which takes a minute and then 2 minutes to presumably compress (loads of redundant data). --- Marc Santhoff <[EMAIL PROTECTED]> wrote: > Am Montag, den 10.04.2006, 05:12 -0700 schrieb Kent > Gibson: > > oops I sent the wrong code, but I reckon you mean > that > > I should be using a reference to a directory not a > > file no? > > Check chapter 14 of the developers guide about the > Universal Content > Broker, the target UCP has to support folders. A > stream does not. The > data from the document is sent out as multiple > streams, as I had to > learn, too. > > I think your goal of writing a document to a stream > is reachable by > creating your own export filter component, which has > to take care of > concatenating the streams or the like. > > You can check yourself: rename a OO.o-document to > <name>.zip and open or > list with your favourite packing tool. You'll see > several files > (=streams) located in several folders (not supported > by streams). > > HTH, > Marc > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
