Skip to main content
Inspiring
July 27, 2025
Question

How to convert Pasteboard coordinates to screen coordinates at indesign sdk plugin develop?

  • July 27, 2025
  • 0 replies
  • 91 views


I obtained the caret (text cursor) position inside a text frame using ITextCaret::GetCaretBounds(). According to the documentation, this position is based on the pasteboard coordinate system.
How can I convert this pasteboard coordinate to a screen coordinate?