Hi.
I marked the text highlight using Adobe reader(Desktop).
And I open it on Android version(radaee) & iOS(CoreGraphics).
Text highlight appears well.
I want to make sync text highlight feature between Android and iOS using "addAnnotMarkup2( int hand, int cindex1, int cindex2, int color, int type )" method.
I marked the text highlight using iOS app(CoreGraphics), I got an index number(start, end) from iOS app.
And I putted the index values to "int cindex1, int cindex2".
But text highlight appeared differently.
I think the reason is word wrap unicode(\r\n).
Are there any other solution for solve this problem (sync android-ios)??