diff --git a/cpdf.ml b/cpdf.ml index c50346b..973d060 100644 --- a/cpdf.ml +++ b/cpdf.ml @@ -3454,7 +3454,8 @@ let output_xmp_info encoding pdf = print_out tree "XMP xmp:ModifyDate" xmp "ModifyDate"; print_out tree "XMP dc:title" dc "title"; print_out tree "XMP dc:creator" dc "creator"; - print_out tree "XMP dc:subject" dc "subject" + print_out tree "XMP dc:subject" dc "subject"; + print_out tree "XMP dc:description" dc "description" with _ -> () diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 1f0d646..39a9bd2 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -3,7 +3,7 @@ let demo = false let noncomp = false let major_version = 2 let minor_version = 3 -let version_date = "(devel, build of 17th July 2019)" +let version_date = "(devel, build of 3rd August 2019)" open Pdfutil open Pdfio