This commit is contained in:
John Whitington 2024-11-07 17:34:31 +00:00
parent 229169ee72
commit 5b97333114
1 changed files with 4 additions and 3 deletions

View File

@ -209,9 +209,10 @@ let get_markinfo_item name pdf =
| _ -> false
(* We fetch the open action, which is either:
1. A destination in array form. Change to a page number.
2. A /GoTo action with a /D destination - return the destination with number changed.
3. Something else - return the whole thing with no changes. *)
1. A destination in array form. Change to a page number;
2. A /GoTo action with a /D destination - return the destination with number changed;
3. Something else - return the whole thing with no changes;
4. Not there - return `Null. *)
let get_open_action pdf = `Null
let get_open_action_string pdf =