Ask a Question related to Adobe Acrobat SDK, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

  6. #5

    Default 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

  7. #6

    Default Re: PDF Compression

    Is there a way to removed and compress the pdf?
    kumar91000@adobeforums.com Guest

  8. #7

    Default Re: PDF Compression

    What does you mean with "white space" ?
    Bernd Alheit Guest

  9. #8

    Default 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

  10. #9

    Default 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

  11. #10

    Default 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

  12. #11

    Default 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

  13. #12

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139