I have ms-word document with tables in it. Now, i want to convert the document to xml.
Any suggestions
kiran cy
Greenhorn
Joined: Aug 24, 2012
Posts: 24
posted
0
actually i have the table in either word document/pdf.
i want to convert each cell in the table to individual image
Any suggestions
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
So the text in the cell should become an image? How would that be represented in the XML? Can you post a simple example of an original document, and the XML it would get converted to?
Forget about the xml part, i want to convert the data either may be the text or an image or anything present in the cell to an image
For example
----------------------------------------------------------------------------------|
question | answer |
----------------------------------------------------------------------------------|
if the table is like the above one then question cell should become one image and the answer cell should become another
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
Why images? What's wrong with text?
kiran cy
Greenhorn
Joined: Aug 24, 2012
Posts: 24
posted
0
If there is image in the table it wont convert to text, so whatever present in the cell i have to convert it into the image
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
Not following - I understand that images remain images, why can't text stay text?
kiran cy
Greenhorn
Joined: Aug 24, 2012
Posts: 24
posted
0
Suppose if particular question(cell) has image and text then what should i do get the entire question(cell) unless we convert the data present in the cell to an image.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
If a cell has both text and images in the structured document format, why should that not be possible in the XML?
kiran cy
Greenhorn
Joined: Aug 24, 2012
Posts: 24
posted
0
I don't know if we can convert it into xml, my ultimate goal is to get images of each cell separately