Copy link to clipboard
Copied
I have just opened in InDesign CS6, a document made originaly in CS5.5. This document is in pixels. At 100%, the document should be pixel for pixel with my monitor (iMac 27" at about 104 ppi), but it seems it is more at 100% if you calculate at 72 ppi. So a document of 980 pixel wide measure 13 inches on my screen! This is different from the previous way of showing pixel documents. And I can't see any preference that could bring back the resolution to the old way of showing the scaling.
In Adobe Acrobat, you have preferences to control this.
This count as a bug for me.
Spen wrote:
Yes I did read your first post regarding the ID 1:1 ratio. This is all well and good but my questions still remain. Why can I no longer specify text and strokes using pixels? and why can I no longer preview my files as they will appear in a browser. These features were available in CS5 they are now gone. Why?
Your comment confuses me.
Did you mean to say that you can no longer configure ID to display the units of text and strokes as pixels?
This is not the same as you can no longer speci
...Copy link to clipboard
Copied
‌Double click the magnifying glass and you will get a pixel preview.
That worked in CS6 and CC but not in the latest version of CC2014. Double clicking the Zoom tool now gives you the 100% print preview.
Copy link to clipboard
Copied
Why they keep changing it? At least when I update to a newer version I know I have to go to 64%
Copy link to clipboard
Copied
We've been using Robs DisplayScale script since CS6. It's still works perfectly with CC2014. I just wish Adobe would implement this and set as a the default when the user is designing for screen. We're currently having to tell designers to load this script when designing interfaces. Although it's easy to do some designers just seem averse to loading scripts.
Copy link to clipboard
Copied
I opened a feature request, which you might want to add to—see #84.
Also, if your designers are in house and they don't value 100% = Print, then you could reset all of the InDesign installations to the pre CS6 100% =1:1 from either Script Editor or ExtendScript. So from Script Editor if you run:
tell application "Adobe InDesign CC 2014"
set custom monitor ppi of general preferences to 72
set use custom monitor resolution of general preferences to true
end tell
And that would permanently change the preference and your designer wouldn't have to load a script into ID's script panel.
Copy link to clipboard
Copied
I have written an ExtendScript that basically does the same as Robs applescript. It opens a dialog with two choices; web or print. They turn on or off the custom monitor resolution and sets the monitor ppi to 72. Clicking OK will also set the zoom to 100%.
You'll find the code in a codepen here; Indesign Resizer .
I recommend binding the script to a keyboard shortcut. I use ctrl+1. This makes sense since the default for ctrl+1 is display actual size, and the script kind of adds a layer to this.
Copy link to clipboard
Copied
‌Another fix! I'll give this a go too. Thanks.
If nothing else this issue has introduced me to the InDesign API. We've just designed a UI library and a set of responsive templates that can be rebranded instantly using JavaScript. It's crazy how synonymous this workflow is with CSS and HTML frameworks. I don't think Adobe realise the enormous potential of this application for UI design.
Copy link to clipboard
Copied
... I don't think Adobe realise the enormous potential of this application for UI design.
I agree. I'm a front-end/javacript developer and see a lot of possibilities. That being said, I guess you have to limit the amount of built in stuff. InDesign was probably never intended for screen/web-work. The lines are blurring as PDF's are getting interactive and everything gets connected. I predict that in a few years there will be only one app; "The Adobe". It does everything. Just kidding.
Copy link to clipboard
Copied
‌Thanks so much Rob, this is great. Really appreciate your help.
I've added to the feature request.