Merge pull request #10167 from Snuffleupagus/pdfjsLib-more-exports
Export `CMapCompressionType` and `PermissionFlag` on the `pdfjsLib` object (issue 10148, PR 10033 follow-up)
This commit is contained in:
commit
e63e2ef85e
@ -92,6 +92,8 @@ exports.InvalidPDFException = pdfjsSharedUtil.InvalidPDFException;
|
|||||||
exports.MissingPDFException = pdfjsSharedUtil.MissingPDFException;
|
exports.MissingPDFException = pdfjsSharedUtil.MissingPDFException;
|
||||||
exports.SVGGraphics = pdfjsDisplaySVG.SVGGraphics;
|
exports.SVGGraphics = pdfjsDisplaySVG.SVGGraphics;
|
||||||
exports.NativeImageDecoding = pdfjsSharedUtil.NativeImageDecoding;
|
exports.NativeImageDecoding = pdfjsSharedUtil.NativeImageDecoding;
|
||||||
|
exports.CMapCompressionType = pdfjsSharedUtil.CMapCompressionType;
|
||||||
|
exports.PermissionFlag = pdfjsSharedUtil.PermissionFlag;
|
||||||
exports.UnexpectedResponseException =
|
exports.UnexpectedResponseException =
|
||||||
pdfjsSharedUtil.UnexpectedResponseException;
|
pdfjsSharedUtil.UnexpectedResponseException;
|
||||||
exports.OPS = pdfjsSharedUtil.OPS;
|
exports.OPS = pdfjsSharedUtil.OPS;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user