Embedded Images

Hello,

I need for a particular project to be able to export embedded images. I want to be able once the embedded image is on the disk, to put in my rich text field in the document to add ( image removed : c:/test.jpg )

I used code to export in DXL and then reading the tag gif and jpg to recreat a temp doc and then downloading the image.

The only part I am missing is how to find the position of the image and be able to write before or after the information that I want.

Any clue anybody would be very useful for me.

Thanks

Sebastien

Subject: Do you add images by modifying DXL?

Hi, Sebastien,

Let say, you target document contains for each processed document a paragraph, describing the doc and all embedded messages found there.

Open the document, export, parse, collect embedded images BASE64 strings, then add following unformatted paragraph right before ‘’ string in new document DXL:

Your description here

Image 1 (GIF) base64 encoded

Image 2 (JPEG) base64 encoded

Image N base64 encoded