how to compress a pdf file in java?
807591Jul 17 2006 — edited May 8 2008I have a program which will convert a Tiff image(900kb) to a PDF File(250-300KB), I want the pdf file to be compressed least(80-100KB) , inorder to transmit the file to the server and save it there,
I have tried using java.util.zip outputStreams its not doing so,
Why it is?
Or Give a alternate Solution for it?
Or Is there any free software that do it for me?
Please do suggest !