cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

JPEG to XML Conversion using XI

JaganMohan
Participant
0 Likes
1,822

Dear Friends,

Can you please explain how to convert JPEG file to XML file using XI. Here the scenario is to pick a .jpeg file, convert it into xml and we have to read the data from the xml file. It gives the information related to that picture file.

Regards,

Jagan.

View Entire Topic
Former Member
0 Likes

In this case you have to go for Java Mapping.

Also descide what kind of API you are going to use to read JPEG image.

Once you are able to read JPEG image, you can simpley read this information and generate an XML

thanks

farooq

JaganMohan
Participant
0 Likes

Dear Farooq,

Actually now we are not using any API for this. Is there any APIs available for this?

Regards,

Jagan.

Former Member
0 Likes

Hi,

I suggest u have to write the java module program to read the JPEG file.

1) Deploye the module program on XI server.

2) Use it in file channel

I think u have not gone through the link.

chirag