Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to compress a pdf file in java?

807591Jul 17 2006 — edited May 8 2008
I 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 !
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2008
Added on Jul 17 2006
24 comments
6,705 views