I'm trying to Zip many PDF files (representing tne same report containing same images and titles. Only some numbers differ from a PDF to another ) into a single "7z" (or any other extention) file using LZMA.
I'm using the java lzma SDK (which functions with only one file and creates only one result file).
Notice that I tried to compress my PDFs (60 files) with 7-zip, and the size (of all files ) decreased from 133Mo to 1,7Mo. I want to implement this on Java.
Thank you very much for help.
Does it have to be
7z
? What about a regular-ol'zip
? TrueZip is excellent for this.