//readium-shared/org.readium.r2.shared.util.pdf/toLinks
toLinks¶
[androidJvm]\ fun List<PdfDocument.OutlineNode>.toLinks(documentHref: String): List<Link>
Converts a PDF outline to Link objects.
Parameters¶
androidJvm
documentHref | HREF of the PDF document in the Publication to which the links are relative to. |