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

  1. #1

    Default SCHMACTUAL SIZE

    Hey. I read a discussion on "actual size" in the Indesign Mac forum. Well, it's obviously a problematic feature if one wants it working. Nevertheless it would be really useful to see a document in it's "actual" printing size. The only question is how. Adobe may have some super-organic plasma screens that displays perfect Adobe-sizes but I don't. My 21" ViewSonic P815 runs in 1600x1200 and displays 100% size A4 pages in about 14 cm width. I refuse to change my hardware settings in order to experiment my way to a close match. Does anyone have an idea as how to tackle this? It is quite disappointing if I may say so, that Adobe hasn't paid attention to this.
    gustav_been@rock.com@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. display size on-screen differs from actual size.
      With Illustrator 10 installed on Windows XP Pro with a Viewsonic 21" monitor at 16000 X 1200, the problem I am having is: The image I see on-screen,...
    2. How do I resize a document from Poster Size to Letter Size??
      I designed a poster using ID CS (3.01) on a Windows XP platform. It is a single page document measuring 22" X 30", and I now need to print the same...
    3. CAN I CHANGE SIZE (PIXELS) OF A PROJECTOR TO REDUCE THE FILE SIZE?
      as far as I know you would have to transform bitmap scale all bitmap members to the new size, then readjust their positions to score, and adjust...
    4. Cast Members Size Vs. Total Movie Size
      What ultimately worked for me was to choose "Link to External File" in the media drop-down box within the importing dialog box when importing files....
    5. PPI / DPI / Output size / Scanned Size HELPPPPPPPPPPP
      I have bought one scanner so far and returned it was a HP4570C. The negatives were to hard to work with it needs some mechanical refinement. I...
  3. #2

    Default Re: SCHMACTUAL SIZE

    [email]gustav_been@rock.com@adobeforums.com[/email] wrote in
    news:3bb4dfc3.-1@webx.la2eafNXanI:
    > It is quite disappointing if I may say so, that Adobe hasn't paid
    > attention to this.
    What would you expect them to do? There is no way for an application to
    know the absolute dimensions of a screen pixel.
    Guy_Smiley@adobeforums.com Guest

  4. #3

    Default Re: SCHMACTUAL SIZE

    Yes there is. The user can tell the application. Many applications support this, including Photoshop (for its actual print size feature where you get to tell PS how many dpi you plan to print at).

    It would have been so easy to have built this in from the start but now it's a feature that is unlikely to ever make it high on most user's lists of features.

    You can, of course, work out what percentage represents actual size on your monitor and type that number into the magnification field.

    Dave
    Dave_Saunders@adobeforums.com Guest

  5. #4

    Default Re: SCHMACTUAL SIZE

    [email]Dave_Saunders@adobeforums.com[/email] wrote in
    news:3bb4dfc3.1@webx.la2eafNXanI:
    > You can, of course, work out what percentage represents actual
    > size on your monitor and type that number into the magnification
    > field.
    And this is different from "[t]he user can tell the application" in
    what way?

    Guy_Smiley@adobeforums.com Guest

  6. #5

    Default Re: SCHMACTUAL SIZE

    Well, if you told the application once "My monitor is 98.5 ppi" then actual size and 200% and 400% and whatever% will give you just what you'd expect it to give you.

    Which is far, far different from typing in 137.5% and 275% or whatever, every time.

    Dave
    Dave_Saunders@adobeforums.com Guest

  7. #6

    Default Re: SCHMACTUAL SIZE

    I have to admit I'm baffled by the way this keeps coming up, and the importance it seems to hold for some users. I do a lot of "view management" while I'm working in order to facilitate the various tasks at hand, but I couldn't care less about a theoretical "actual size." I know the size of the paper, and the size/position of every item I place on it. I can print a copy at 100% whenever it would be beneficial, and there are many reasons to do so that are much more critical than seeing actual size. What's the mystery?
    John Mensinger Guest

  8. #7

    Default Re: SCHMACTUAL SIZE

    Well, then why include a feature that obviously doesn't work? I disagree with you John, some of us have a need for WYSIWYG, wheter it's about displeyng actual colors or actual sizes. Now, I read a post describing a apllescript that would adjust this feature. Can we apply this to Windows as well?
    gustav_been@rock.com@adobeforums.com Guest

  9. #8

    Default Re: SCHMACTUAL SIZE

    All the AppleScript does is set the screen to actual size by setting the zoom level to whatever you decide it should be. In JavaScript, which works on either platform, it is:

    app.layoutWindows[0].zoomPercentage = 140;

    Substitute your preferred value for the 140.

    But this is not the same as changing the meaning of "actual size." That's built into the product.

    Dave
    Dave_Saunders@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