Reputation: 4612
My application typically displays documents at 300 DPI. My understanding from research is that DS typically displays documents at 72 DPI, so when my user is specifying a location they'd like to place a signhere tab in my software, i convert the coordinate location before handing it off to the DS ReST API.
I am finding that while my X coordinate comes out correctly, my Y coordinate is off. Is 72DPI the correct display i should be adjusting for when passing in my SignHereTab coordinates?
Upvotes: 0
Views: 389
Reputation: 311
The specific Y offsets (both at 72dpi):
SignHere
: 21InitialHere
: 16Upvotes: 3