-
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
Field missing text comb #13633
Comments
- and ceil the reserve for a caption to avoid to split it; - both issues are present in the pdf in issue mozilla#13633.
Lines 1266 to 1274 in 64f86de
In the getPage() function, I think there's some issue with the pageDict object being passed to Page Class in case of xfaFactory. We are sending an empty dict. Due to which: The parsedAnnotations function ensures annotations but the call to annotations() return an empty array. Lines 495 to 497 in 64f86de
Here, we are trying to get "annots" and passing the key to the _getInheritableProperty. (Call to annotations returns empty array) Lines 490 to 494 in 64f86de
When the annotations() func makes a call to _getInheritableProperty, simply returns an empty array because the Dict is sent empty.(to getInheritableProperty as described next) Lines 119 to 122 in 64f86de
Now the getInheritableProperty function in core/core_utils.js receives an empty dict from _getInheritableProperty and sends back an empty array. Lines 85 to 89 in 64f86de
Hence, the annotations aren't being taken care of and the annotation layer is not present. That's what I think. Please let me know your understanding of the same. |
- and ceil the reserve for a caption to avoid to split it; - both issues are present in the pdf in issue mozilla#13633.
Job centers seem to be very fond of XFA forms. As in the example above, they are not rendered as such using pdf.js, nor does pdf.js apply any character limits. |
Attach (recommended) or Link to PDF file here:
https://www.jobcenter-remscheid.de/files/jobcenter-remscheid/download/anzeige-kug101_ba013134.pdf
Configuration:
Steps to reproduce the problem:
What is the expected behavior? (add screenshot)
Text in field is combed (vertical bars)
(numbers added for illustration)
What went wrong? (add screenshot)
No comb appears.
The text was updated successfully, but these errors were encountered: