Pdfdemo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Pdfdemo
pdf-core
/
io.github.limuyang2.pdf.core
/
PdfPage
/
extractText
extract
Text
suspend
fun
extractText
(
range
:
PdfTextRange
?
=
null
)
:
String
Returns the page text, or only the slice described by
range
when it is non-
null
.