When document is placed in computer local drive it can be loaded into memory just by using
Document doc = new Document("D:\\Test\\File.docx");
Now operations can be performed using the doc object.
When same file is placed on a fileserver then how do i load that word document in java . On windows file can be accessed by placing below url on browser.
url = http://192.168.21.1/fileServer/folder/File.docx