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

  1. #1

    Default Poor resolution

    I am creating pdf's from a Microsoft Powerpoint presentation, using PDFWriter in Acrobat 4.0.

    The resolution of the pdf's are quite poor -- certainly poorer than the originals in the Powerpoint file. I have set the output resolution in PDFWriter to 600dpi.

    I have also tried using Distiller instead of PDFWriter, but this either hangs my PC, or when it doesn't, it yields the same result as what PDFWriter does, only the pdf file size is a lot larger (than a similar pdf created with PDFWriter).

    Any help? Thanks in advance!
    David_Lombard@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. I sent some poor soul 171 emails...
      <CFQUERY NAME="EmailNL" DATASOURCE="thewaytogo" dbtype="ODBC"> SELECT ClientID, FirstName, LastName, Email FROM LL_Emails WHERE LastName Like...
    2. dvd is poor quality
      i have burnt a piece to dvd avi format. doesnt seem to have a brilliant picture quality i wondered if anyone else knew a better way to burn to dvd ...
    3. Exporting to EMF is very poor
      Using Freehand version 10. When I export with the "Include freehand document" setting off. The quality is extreamly poor. The text has variable...
    4. Scanning grayscale photos - poor resolution
      I am creating a brochure which requires me to scan photographs (headshots) from a publication. I scan them at 300 dpi in 256 shades of gray. They...
    5. jpg poor quality
      All jpg's in my flash movie look very poor but after <CTRL> click - quality - high on a picture, the pictures look like the should. How can I set...
  3. #2

    Default Re: Poor resolution

    > I have set the output resolution in PDFWriter to 600dpi.

    This has little effect on quality. What about the compression settings
    - what are they?
    >I have also tried using Distiller ..., only the pdf file size is a lot larger (than a similar pdf created with PDFWriter).
    Perhaps its compression settings are closer to what you need?

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Poor resolution

    I have created a video chat application, but the resolution of the video is
    poor. I have both the bitrate and quality high, but it seems like the
    horizontal and vertical resolution is low. Is there a way to set the with and
    height of the captured camera input?

    ivanmoen Guest

  5. #4

    Default Re: Poor resolution

    It's all in the docs about the camera class. You want to use camera.setMode.

    Keep in mind that all cameras support a limited range of resolutions. If you
    try to use an unsupported resolution, the flashplayerplayer is going to have to
    resample the images coming from the camera, which will degrade the quality. You
    can play with the favorArea flag in the setMode method if you want to try to
    force an unsupported resolution.

    Also, you want the size of your video object (on the stage) to match your
    camera width and height. If they differ, the flashplayer has to resample the
    images to scale them up or down, and that will make the image blocky and ugly.

    JayCharles 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