Hi,
I need to make online jsp forms from microsoft word forms in java. Can you please suggest any idea regarding how to go about or different tips to solve this problem.
Thanks,
Jiten.
Hi,
I need to make online jsp forms from microsoft word forms in java. Can you please suggest any idea regarding how to go about or different tips to solve this problem.
Thanks,
Jiten.
Start with apache POI. As soon you are able to extract the form element such as inputs. JSP conversion based on input types should be easy ..
I have found one POI but that is only reading Strings ....but how to read checkboxes or textarea's or other images in word file...?