mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #12838 from calixteman/authors
[api-minor] Change the "dc:creator" Metadata field to an Array
This commit is contained in:
commit
1de1ae0be6
10 changed files with 97 additions and 33 deletions
|
@ -1656,7 +1656,8 @@ const PDFViewerApplication = {
|
|||
baseURL: this.baseUrl,
|
||||
filesize: this._contentLength,
|
||||
filename: this._docFilename,
|
||||
metadata: this.metadata,
|
||||
metadata: this.metadata?.getRaw(),
|
||||
authors: this.metadata?.get("dc:creator"),
|
||||
numPages: pdfDocument.numPages,
|
||||
URL: this.url,
|
||||
actions: docActions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue