Automatically resize embedded images

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

  1. #1

    Default Automatically resize embedded images

    Hello Experts! I am presently working on a project that needs to have the capability to automatically generate 3 different versions of a PDF file. The 3 different versions are simply lower resolution and higher compression versions of the file. So basically we have the original (300dpi, low image compression), medium (150 dpi, medium image compression), and low (72 dpi, max image compression). This will be done via ASP.Net

    Can this be accomplished using the Acrobat SDK? Are there available third-party components that can already do this?

    Please advise.
    Dennison_Uy@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Upload and resize images + write URL to DB
      I want a client, with no computer skills, to be able to drag and drop images onto a form (or browse to them where they are shown as thumbs), which...
    2. Resize images on MouseEnter
      My problem is that I want to change the size of some images when the mouse enter it. Both resize it and move it into specified cords. On mouseLeave i...
    3. Resize several images quickly
      I would like to resize several images that I have taken with my digitial camera and reduce them to approx 800X600. The source files were taken at a...
    4. Resize multiple images
      Hi, You can use the Batch Process command of Fireworks to process those picture you have. Refer to the Fireworks MX Help section for detailed...
    5. How to batch resize images
      Hi there, i'm trying to batch resize a set of images (as a % of original size) pulled from a digital camera, and don't see that being an option in...
  3. #2

    Default Re: Automatically resize embedded images

    The Acrobat SDK is not for use on a server, which (given ASP.NET) is what you are planning to do.

    Leonard
    Leonard_Rosenthol@adobeforums.com Guest

  4. #3

    Default Re: Automatically resize embedded images

    So is there a solution to integrate this function on web servers or is this totally impossible?
    Dennison_Uy@adobeforums.com Guest

  5. #4

    Default Re: Automatically resize embedded images

    Yes it can be done on a web server with a third party pdf library (iText .net is such as library and it's for free )
    Hallo@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