-
- All Implemented Interfaces:
-
java.io.Closeable,java.lang.AutoCloseable
public final class PdfWebLinks implements Closeable
Represents a collection of web links detected on a text page.
Create instances using PdfTextPage.loadWebLinks. Always call close when done to release native resources.
-
-
Method Summary
-
-
Method Detail
-
getRects
final List<RectF> getRects(Integer index, PdfTextPage textPage)
Get the bounding rectangles of the link at the specified index. Note: Native PDFium Android bindings don't expose WebLink rects directly, so we search for the URL text in the page content to find its location.
-
-
-
-