i need to show content of Rich Text on page - Pass-Thru HTML with HTML tags(table) end content of my RT between this tags.(Java)Agent will make this page on schedule of on event…How can my agent get path to image?How can my agent get this String -
or just “0.BC” end “FeldElementFormat=gif”???
Can i do it only with DXL or Base64?How? Can some body give example? Help me plz.
History :____________________________________________
I asked :
Sorry for my english…
I need to get the image from Rich text field,
How to reach Image if users have put it in RTfield by means of Copy->Paste?
I cannot get it through : Document->RichTextItem->RichTextNavigator.getFirstItem(int i) ; it is not Atachment or OLE…
can i make the reference on this image?
What means “0.BC” in Path to such picture in html code :
?
The answer was :
Posted by Ben Langhinrichs
There are a couple of ways to get the image, but the easiest is to show it on the web, right click on the image and save it. If you need to do this programmatically for a lot of images, you are probably better off using DXL and a Base64 decoder or a third party product such as our Midas Rich Text LSX, which has a simple ExportGraphic method.
As for where the 0.BC came from in your URL, it is litterally the position of the image in the rich text CD stream. The 0 means it is in the first Richy (name of your rich text field) item, and the BC is a hexadecimal numb er referring to how many bytes in the image starts.
oh…
Thank you…
But i dot know XML-DXL end Base64…