mirror of
https://github.com/johnwhitington/cpdf-source.git
synced 2025-03-14 02:20:05 +01:00
Printf PDF/UA metadata for amd/corr
This commit is contained in:
parent
83d7db5438
commit
6735a824f3
@ -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:creator" dc "creator";
|
||||
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
|
||||
_ -> ()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user