We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0e8c39 + 199b3d0 commit b87c999Copy full SHA for b87c999
src/core/evaluator.js
@@ -4284,7 +4284,7 @@ class PartialEvaluator {
4284
hash.update(`${firstChar}-${lastChar}`); // Fixes issue10665_reduced.pdf
4285
4286
if (toUnicode instanceof BaseStream) {
4287
- const stream = toUnicode.str || toUnicode;
+ const stream = toUnicode.stream || toUnicode;
4288
const uint8array = stream.buffer
4289
? new Uint8Array(stream.buffer.buffer, 0, stream.bufferLength)
4290
: new Uint8Array(
0 commit comments