How do I stream the wordMLPackage to outputstream? My requirement is quite simple i.e. to render the generated doc in browser without having to store and read the file from the disk.
Many thanks for your help!!
res.setContentType("application/vnd.openxmlformats-officedocument.wordprocessingml.document");
SaveToZipFile saver = new SaveToZipFile(p);
saver.save( res.getOutputStream() );
Users browsing this forum: Bing [Bot] and 71 guests