1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Take into account empty lines when extracting text content from the appearance

Fixes #17492.
This commit is contained in:
Calixte Denizet 2024-01-14 19:34:06 +01:00
parent 0d011472a4
commit 405f573d70
4 changed files with 19 additions and 0 deletions

View file

@ -2816,6 +2816,10 @@ class PartialEvaluator {
}
}
if (keepWhiteSpace) {
compareWithLastPosition(0);
}
return;
}