RemoteDocument

data class RemoteDocument(val filePath: String?, val destination: PdfDestination?) : PdfLinkTarget

A destination in another PDF file.

Constructors

Link copied to clipboard
constructor(filePath: String?, destination: PdfDestination?)

Properties

Link copied to clipboard

location inside the referenced file, or null.

Link copied to clipboard

path of the referenced file, or null when PDFium did not report one.