Hi All,
So i have a requirement of creating a webservice for converting the docx files to html. I am able to do this without any problems.
What i am not sure on doing is how to handle the images. These images which are embedded in the docx need to be uploaded back to the system which is consuming the Docx to Html Conversion webservice using a imageupload webservice again.
The URI for the images need to be set according to the links that will be returned by the imageupload webservice. Once the URI's are set properly , this HTML will be sent back as a response to the Conversion webservice.
For this i thought of having an implementation of the AbstractConversionImageHandler's handleImage method but drew a blank on the ideas.
Could anyone help me with this ?