This commit is contained in:
John Whitington 2020-11-30 19:24:52 +00:00
parent 9ff8e473f3
commit 7de182229f
1 changed files with 1 additions and 1 deletions

View File

@ -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 =