automatically Generate Links
fun automaticallyGenerateLinks(automaticallyGenerateLinks: Boolean): PdfActivityConfiguration.Builder
Enables or disables automatic link generation. If true
we will automatically parse the text and generate clickable links for all URLs and eMail addresses in the document text.
Parameters
automatically Generate Links
true
to enable automatic link generation, or false
to disable it.