Hi,
I have an application form written in a word document, I want to create a functionality for flling this application in through Java. That means users insert for example their name and address and java gets that input it and stick it onto the word document.
Is there a simple library I can use to read and write Mic.Word from Java,
I know I can use HWPF POI but I could not find the jar file for that.
Can anyone help?
