code reformat
This commit is contained in:
parent
c52e09082a
commit
26a8ae507d
5
pdf.js
5
pdf.js
@ -2715,9 +2715,8 @@ var Parser = (function() {
|
|||||||
// stream objects are not allowed inside content streams or
|
// stream objects are not allowed inside content streams or
|
||||||
// object streams
|
// object streams
|
||||||
if (IsCmd(this.buf2, 'stream')) {
|
if (IsCmd(this.buf2, 'stream')) {
|
||||||
if (!this.allowStreams)
|
return this.allowStreams ?
|
||||||
return dict;
|
this.makeStream(dict, cipherTransform) : dict;
|
||||||
return this.makeStream(dict, cipherTransform);
|
|
||||||
} else {
|
} else {
|
||||||
this.shift();
|
this.shift();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user