From 84e050cc6680c38d65b4cf9b6a1c98c58d835520 Mon Sep 17 00:00:00 2001 From: Brian Manning Date: Tue, 14 Jun 2016 08:48:33 -0700 Subject: [PATCH] table_demo: added bookmark to 3rd page (table demo) in demo PDF --- table_demo | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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, -- 1.9.1