Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
42f5c986
Commit
42f5c986
authored
Apr 19, 2018
by
Robert Knight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add an example usage of the `PDFMetadata` class
parent
0df4959c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
pdf-metadata.js
src/annotator/plugin/pdf-metadata.js
+7
-0
No files found.
src/annotator/plugin/pdf-metadata.js
View file @
42f5c986
...
@@ -19,6 +19,13 @@ const { normalizeURI } = require('../util/url');
...
@@ -19,6 +19,13 @@ const { normalizeURI } = require('../util/url');
/**
/**
* PDFMetadata extracts metadata about a loading/loaded PDF document from a
* PDFMetadata extracts metadata about a loading/loaded PDF document from a
* PDF.js PDFViewerApplication object.
* PDF.js PDFViewerApplication object.
*
* @example
* // Invoke in a PDF.js viewer, before or after the PDF has finished loading.
* const meta = new PDFMetadata(window.PDFViewerApplication)
* meta.getUri().then(uri => {
* // Do something with the URL of the PDF.
* })
*/
*/
class
PDFMetadata
{
class
PDFMetadata
{
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment