1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 23:58:07 +02:00

[api-minor] Change the dc:subject Metadata field to an Array

This patch simply extends the existing handling of the `dc:creator` field, which should hopefully suffice here; please refer to https://wwwimages2.adobe.com/content/dam/acom/en/devnet/xmp/pdfs/XMP%20SDK%20Release%20cc-2016-08/XMPSpecificationPart1.pdf#page=34
This commit is contained in:
Jonas Jenwald 2021-02-14 16:24:01 +01:00
parent f892c00275
commit b26c7974fe
2 changed files with 14 additions and 17 deletions

View file

@ -171,7 +171,7 @@ describe("metadata", function () {
"dc:creator": [""],
"dc:description": "",
"dc:format": "application/pdf",
"dc:subject": "",
"dc:subject": [],
"dc:title": "",
"pdf:keywords": "",
"pdf:pdfversion": "1.7",