Re: external-graphic: how many ways a graphic object can exist?

Subject: Re: external-graphic: how many ways a graphic object can exist?
From: Peter Nilsson <pnidv96@xxxxxxxxxxxxxx>
Date: Thu, 18 May 2000 13:51:02 +0200 (CEST)
On Thu, 18 May 2000 spenser_kao2@xxxxxx wrote:

> I use JADE to embed graphic objects into RTF file, it works fine, except the 
> embedded graphic objects exist as links to their sources. Is there any 
> characteristics I should have set to tell the objects to exist as hard copy 
> rather than link?
> 
> Following is the related DSL code:
> 
According to the documentation, an notation-system-id: with storage
manager
clsid should make this happen. It also states that an empty storage object
identifier would choose the clsid according to the file name
extension. I'm in no sense an RTF/OLE expert, but I would first try with
  notation-system-id: "<clsid>"
and hope that the OLE stuff would guess what kind of graphics it is. (Note
that you have to make sure the less-than sign doesn't get interpreted as
start-tag open token in the DSSSL style-sheet, for example using
"&#60;clsid>".)

Hope this helps you. Otherwise, there are probably others that know more
about CLSIDs.

Regards,
/Peter
 --
'(#\P . (#\e . (#\t . (#\e . (#\r)))))


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread