Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
kumar91000@adobeforums.com #1
PDF Compression
Hi All,
I need to write a custom code in JAVA which should be capable of handling the compression of pdf files.
Any help would be highly appreciated.
Thanks
Kumar
kumar91000@adobeforums.com Guest
-
Compression
Hi David, If your images are jpeg or png, then link them to the cast instead of importing them. Then place the linked files on the CD. The linked... -
Compression?
When exporting a pdf from Quark Xpress, should I use the compression (jpg/zip) if the file is to be printed? I have been using no compression but the... -
Racoon without compression
Hi all, I'm trying to set up a VPN connection to a NetScreen VPN using racoon. I configured all of the settings (I think) to match those... -
Audio compression?
I have a Flash MX file with animation,video, and narrations, that I converted to an AVI with "Magic SWF to AVI" program. Then I used Premier to... -
Text Compression?
If have a project that saves data as a text file. Sometimes these files can get to be pretty big. I was wondering if there is a Text... -
PDL@adobeforums.com #2
Re: PDF Compression
I need to write a custom code in JAVA which should be capable of handling
the compression of pdf files.
What do you mean by this? You mean you want to combine a bunch of PDFs into, say, a ZIP file?
PDL@adobeforums.com Guest
-
kumar91000@adobeforums.com #3
Re: PDF Compression
No, I need to compress a pdf file. Lets say, I have a pdf file of 40KB and I want to eliminate the white space and compress the pdf file to 25KB or lesser. The input and output file are in same format i.e. pdf and are single page files. Can you please suggest me some pdflib available to achieve the same?
kumar91000@adobeforums.com Guest
-
PDL@adobeforums.com #4
Re: PDF Compression
The output size of a file is controlled by many things - the PDF version you're saving as, the quality of the page contents, whether or not there is rich media contained in the document. However there is no general "make my PDF smaller" method.
I want to eliminate the white space and compress the pdf file to 25KB
or lesser.
Remember that PDF is a binary format. "Removing the whitespace" can (and in most cases will) break your PDF file.
PDL@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #5
Re: PDF Compression
This is very optimistic. If there was "white space" ready to be
removed, it would not have been added in the first place.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
kumar91000@adobeforums.com #6
Re: PDF Compression
Is there a way to removed and compress the pdf?
kumar91000@adobeforums.com Guest
-
-
kumar91000@adobeforums.com #8
Re: PDF Compression
I don't know much about pdf but have heard that after removing the white spaces from pdf we can reduce the size of a pdf.
So Is there any program that can reduce the size of a pdf or I can use any lib to do that using java?
Thanks
kumar91000@adobeforums.com Guest
-
kumar91000@adobeforums.com #9
Re: PDF Compression
Regarding the white spaces I read it on some site which I don't remember. But here what we are doing:
We are applying an overlay on the pdf and that overlay is in png format and our requirement is to compress the pdf output without compromising with quality.
Is there any solution for this?
kumar91000@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #10
Re: PDF Compression
>I don't know much about pdf but have heard that after removing the white spaces from pdf we can reduce the size of a pdf.
What kind of white space?
Do you mean - like a big picture which is mostly white, remove the
white parts of the picture?
Do you mean - remove extra blanks and new lines inside the PDF file?
Do you mean - something else?
Where did you hear about this? If it is a public web page, please give
a URL.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #11
Re: PDF Compression
There are a variety of commercial solutions that you can call from a Java application that will reduce the size of a PDF document. Adobe's solution is part of the LiveCycle ES product suite.
Leonard_Rosenthol@adobeforums.com Guest
-
Bill_A_Shafer@adobeforums.com #12
Re: PDF Compression
I've had a lot of success with this product:
<http://www.cvisiontech.com/products/general/pdfcompressor.html>
It claims to have a command-line interface, which you could probably call in your java code. I've only used it through the GUI, but got fantastic compression rates.
Bill_A_Shafer@adobeforums.com Guest



Reply With Quote

