All Questions
Tagged with zipoutputstream rest
3 questions
0
votes
1
answer
614
views
Generate Zip File - download PDF from Url and Generate Zip to Download in Browser - Broken PDF
I have create Rest Service and I am trying to Generate Zip file. This Zip file created from muliple PDF files which are downloaded using method InputStream inpuStream = new URL(url).openStream() . I ...
5
votes
1
answer
965
views
Compressing(zip) List of files with ZipOutPutStream Java
I`m trying to compress a list of Xml converted on Strings, save them in only one zip file and returning as a body of a POST on restful. But everytime I save the file I get the error "The archive is ...
60
votes
5
answers
127k
views
Spring REST - create ZIP file and send it to the client
I want to create a ZIP file that contains my archived files that I received from the backend, and then send this file to a user. For 2 days I have been looking for the answer and can't find proper ...