From 5b9733311431dc98bab18e3d90e02ac3d277a563 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Thu, 7 Nov 2024 17:34:31 +0000 Subject: [PATCH] Comments --- cpdfmetadata.ml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cpdfmetadata.ml b/cpdfmetadata.ml index 430a48a..7a319e1 100644 --- a/cpdfmetadata.ml +++ b/cpdfmetadata.ml @@ -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 =