Go To Remote Action
class GoToRemoteAction(val pdfPath: String?, @IntRange(from = 0 ) val pageIndex: Int, subActions: List<Action> = emptyList(), val destination: Destination = Destination(
pageIndex = pageIndex,
type = DestinationType.FitPage,
left = 0f,
top = 0f,
width = 0f,
height = 0f,
zoom = 0f
)) : Action
PDF action representing a change to page in another PDF document.