mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
parent
b6f69d47b6
commit
b1be33c96f
4 changed files with 32 additions and 14 deletions
|
@ -288,12 +288,26 @@ const OPS = {
|
|||
};
|
||||
|
||||
const UNSUPPORTED_FEATURES = {
|
||||
/** @deprecated unused */
|
||||
unknown: "unknown",
|
||||
forms: "forms",
|
||||
javaScript: "javaScript",
|
||||
smask: "smask",
|
||||
shadingPattern: "shadingPattern",
|
||||
/** @deprecated unused */
|
||||
font: "font",
|
||||
errorTilingPattern: "errorTilingPattern",
|
||||
errorExtGState: "errorExtGState",
|
||||
errorXObject: "errorXObject",
|
||||
errorFontLoadType3: "errorFontLoadType3",
|
||||
errorFontState: "errorFontState",
|
||||
errorFontMissing: "errorFontMissing",
|
||||
errorFontTranslate: "errorFontTranslate",
|
||||
errorColorSpace: "errorColorSpace",
|
||||
errorOperatorList: "errorOperatorList",
|
||||
errorFontToUnicode: "errorFontToUnicode",
|
||||
errorFontLoadNative: "errorFontLoadNative",
|
||||
errorFontGetPath: "errorFontGetPath",
|
||||
};
|
||||
|
||||
const PasswordResponses = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue