Printf PDF/UA metadata for amd/corr

This commit is contained in:
John Whitington 2024-05-30 17:08:43 +01:00
parent 83d7db5438
commit 6735a824f3
1 changed files with 3 additions and 1 deletions

View File

@ -475,7 +475,9 @@ let output_xmp_info ?(json=ref [("none", `Null)]) encoding pdf =
print_out tree "XMP dc:title" dc "title"; print_out tree "XMP dc:title" dc "title";
print_out tree "XMP dc:creator" dc "creator"; 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" print_out tree "XMP dc:description" dc "description";
print_out tree "PDF/UA pdfuaid:amd" pdfuaid "amd";
print_out tree "PDF/UA pdfuaid:corr" pdfuaid "corr"
with with
_ -> () _ -> ()