propagated
propagated

Reputation: 4612

Absolute Coordinate positioning of Signhere Tabs

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

Answers (1)

Stephen Parish
Stephen Parish

Reputation: 311

The specific Y offsets (both at 72dpi):

  • SignHere: 21
  • InitialHere: 16

Upvotes: 3

Related Questions