I'm trying to highlight multiple lines of text as single highlight by using addHighlightAnnot, but it's highlighting each line separately.
For Example
Line No 1
Line No 2
Line No 3
I needed to get single rect value, but it's providing rect values for each line.
Is there is any way to get single rect value for all 3 lines.
I'm trying to highlight multiple lines of text as single highlight by using addHighlightAnnot, but it's highlighting each line separately.
For Example
Line No 1
Line No 2
Line No 3
I needed to get single rect value, but it's providing rect values for each line.
Is there is any way to get single rect value for all 3 lines.