diff --git a/table_demo b/table_demo index 2e72409..440b822 100755 --- a/table_demo +++ b/table_demo @@ -90,7 +90,13 @@ try { // action $action = $pdf->create_action("GoTo", "destination={page=2}"); // bookmark - $pdf->create_bookmark("Page 2", " action={activate= " . $action . "}"); + $pdf->create_bookmark("Site Summary Figure", + " action={activate= " . $action . "}"); + + // action + $action = $pdf->create_action("GoTo", "destination={page=3}"); + // bookmark + $pdf->create_bookmark("Table Demo", " action={activate= " . $action . "}"); // text/image $pdf->fit_textline("Jump to SSF for SHACK-10A", 20, 750,