Quantcast
Channel: Adobe Community: Message List - PDF Forms
Viewing all articles
Browse latest Browse all 57214

Re: Problem Resolution

$
0
0

Have you tried to write some Acrobat JavaScript to obtain this information for each attached monitor. Some computers can use more than one monitor at a time, so you need to select the monitor.

 

For the primary monitor:

 

var monitors = app.monitors;

console.println("There are " + monitors.length + " monitor(s) connected to this system.");

console.println( "Color depth of primary monitor is " + monitors[0].colorDepth );

console.println( "Sizeo of the primary monitor is " + monitors[0].rect.join(",") );


Viewing all articles
Browse latest Browse all 57214

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>