-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extra line breaks are missing when PDF is loaded #17492
Comments
The problem is with the Appearance-data of the Annotation, since the empty showText-command (see the
|
Hi, Do you have plans for when this fix will be delivered in the release? |
Link to PDF file here:
document (19).pdf
It is reproducible in https://mozilla.github.io/pdf.js/web/viewer.html
Configuration:
Steps to reproduce the problem:
Actual result:
There is no missing blank line in the field between Several and Other
Expected result:
If you open PDF in any other PDF viewer (Foxit desktop for example), you will see that empty line is there
It is always reproducible with any file and any field.
You can add extra line breaks right in pdf.js, save the file, and it will be gone on the file load.
The text was updated successfully, but these errors were encountered: