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:
parent
0d011472a4
commit
405f573d70
4 changed files with 19 additions and 0 deletions
|
@ -2816,6 +2816,10 @@ class PartialEvaluator {
|
|||
}
|
||||
}
|
||||
|
||||
if (keepWhiteSpace) {
|
||||
compareWithLastPosition(0);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue