Question
How to convert Pasteboard coordinates to screen coordinates at indesign sdk plugin develop?
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?
