1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Merge pull request #6988 from timvandermeij/fileattachment-annotation

Implement support for FileAttachment annotations
This commit is contained in:
Jonas Jenwald 2016-02-24 12:58:06 +01:00
commit 41efb92d3a
19 changed files with 222 additions and 34 deletions

View file

@ -1601,4 +1601,5 @@ var ObjectLoader = (function() {
exports.Catalog = Catalog;
exports.ObjectLoader = ObjectLoader;
exports.XRef = XRef;
exports.FileSpec = FileSpec;
}));