extract individual files from zip using apache tika -


main.zip file contains files 1.docx, 2.pdf , 3.zip. 3.zip inturn contains 4.xml, 5.xls. using autodetectparser able extract contents of main.zip file. possible retrieve this? file name: 1.docx, contents: contents of 1.docx
file name: 2.pdf, contents: contents of 2.pdf
file name: 4.xml,contents: contents of 4.xml
file name: 5.xls, contents: contents of 5.xls


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -