From 7de182229ffe866fd4b604195004b211147f66d6 Mon Sep 17 00:00:00 2001 From: John Whitington Date: Mon, 30 Nov 2020 19:24:52 +0000 Subject: [PATCH] more --- cpdf.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdf.ml b/cpdf.ml index 8602646..457051f 100644 --- a/cpdf.ml +++ b/cpdf.ml @@ -3621,7 +3621,7 @@ let check = function | "/Creator" -> [(adobe, "Creator"); (xmp, "CreatorTool")] | "/Producer" -> [(adobe, "Producer")] | "/CreationDate" -> [(adobe, "CreationDate"); (xmp, "CreateDate")] -| "/ModificationDate" -> [(adobe, "ModificationDate"); (xmp, "ModifyDate")] +| "/ModDate" -> [(adobe, "ModificationDate"); (xmp, "ModifyDate")] | _ -> failwith "Cpdf.check_name not known" let get_xmp_info pdf name =