Copy link to clipboard
Copied
I have a monitor with 109 ppi resolution, and I`ve already set this resolution in photoshop and acrobat preferences, but i can`t find where in illustrator cs5 it can be set up, so i would be able to preview my artworks in correct actual print size.
Copy link to clipboard
Copied
It's not an Illie thing. Go to System Preferences > Displays and change your screen resolution.
(I hope you weren't fiddling with Document Raster Effects Settings. They control raster output, not screen resolution.)
Copy link to clipboard
Copied
109/72 = 151.3% To get the screen view to be at print size set it to 151%.
Copy link to clipboard
Copied
I`am sure that there is a way to set screen resolution for correct ZOOM TO ACRUAL SIZE inside the ILLUSTRATOR CS5 preferences.
On the screenshot below there is an example, how it is done in photoshop:
My problem is that I can`t find where screen resolution is set in ILLUSTRATOR preferences.
Copy link to clipboard
Copied
Because you can't. Illustrator assumes 72 ppi and everything is measured by this.
Copy link to clipboard
Copied
Are you 100% sure?
If you can`t, then what is this -
And how to make it work CORRECTLY (as i already done in other CS5 applications) with my imac 27 inch display that have 109 ppi ?
Copy link to clipboard
Copied
I told you. Set the zoom level of your view to 151%. 109/72
Here's a little JavaScript which can do the work for you.
//////////
var ZF = prompt ("Enter the zoom factor you wish to use, 1.00 = 100%", 1.00, "Zoom to New Size");
if ( app.documents.length > 0 ) {
app.documents[0].views[0].zoom = ZF;
}
//////////////
Copy the above, open the ExtendScript Tool Kit application from the Adobe Utilities folder and paste this into a new windo. Save as Zoom_to.jsx.
AI uses a multiplication factor so 151% for this would be 1.51. Then have an open document in AI and run the script.
Copy link to clipboard
Copied
Hello! I am having a problem with the screen size in Illustrator (I upload a screen shot compearing how I see Photoshop in mi PC and near how I see Illustrator).
As you can see Illustrator looks bigger. Do you know how to change it? It is really anoying work like this and I can't find the option to change it. Please help me!
Thanks!
Copy link to clipboard
Copied
Please read the complete thread you posted in.
Copy link to clipboard
Copied
I'm sorry Monika. it's the first time I post in this forum and I'm learning how to use it. Sorry.
Copy link to clipboard
Copied
No need for excuses, it's just that the solution is already there.
Copy link to clipboard
Copied
Go to Edit > Preferences > User Interface and select Scale to lower supported Scale factor.
This will reset adjust the UI to 100%. You can hover over the info icon and see more details.
This happens because your OS scaling level is higher.
Good Luck.
Copy link to clipboard
Copied
ion.tarna.. this is what i'm seeing in my prefference's... not the same
Its crucial that in photoshop and illustrator.. i can see the my document at actual size! truely at 100 percent. I just noticed it this evening.
so
Copy link to clipboard
Copied
Thank you!!! I had been looking for this for like an hour
Copy link to clipboard
Copied
THANK YOU SO MUCH
Copy link to clipboard
Copied
Do vote / comment on this topic to help Ai team prioritize this: 100% size is actually actual size ā Adobe Illustrator Feedback
Copy link to clipboard
Copied
I had trouble with this until I clicked Pixel Preview
Maybe that's all some people finding this page actually need.