diff --git a/src/core/parser.js b/src/core/parser.js index 1f78d224a..1ffe89305 100644 --- a/src/core/parser.js +++ b/src/core/parser.js @@ -386,6 +386,7 @@ var Parser = (function ParserClosure() { } if (name === 'CCITTFaxDecode' || name === 'CCF') { xrefStreamStats[StreamType.CCF] = true; + params = this.fetchIfRef(params); return new CCITTFaxStream(stream, maybeLength, params); } if (name === 'RunLengthDecode' || name === 'RL') {