-
Notifications
You must be signed in to change notification settings - Fork 10.3k
XFA - Cannot open a pdf because of a typo in xfa/config.js #13679
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
Labels
Comments
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
Jul 6, 2021
- Fix a typo in order to open the pdf in issue mozilla#13679 - After fixing the fill default color there wer some regressions because of z-index and when fixing z-index there were some regressions because of borders - So fix the borders rendering.
calixteman
added a commit
to calixteman/pdf.js
that referenced
this issue
Jul 6, 2021
- Fix a typo in order to open the pdf in issue mozilla#13679 - After fixing the fill default color there wer some regressions because of z-index and when fixing z-index there were some regressions because of borders - So fix the borders rendering.
@calixteman is this fixed by #13684? |
Yes, it's fixed. |
bh213
pushed a commit
to bh213/pdf.js
that referenced
this issue
Jun 3, 2022
- Fix a typo in order to open the pdf in issue mozilla#13679 - After fixing the fill default color there wer some regressions because of z-index and when fixing z-index there were some regressions because of borders - So fix the borders rendering.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Attach (recommended) or Link to PDF file here:
Form_MGT-7.pdf
When we try to open the above pdf, we get in the console:
which is caused by a typo:
pdf.js/src/core/xfa/config.js
Line 174 in b9e84ba
So fixing the typo allows to open the pdf but there is only 1 page when we have 9 in using masterpdfeditor.
The text was updated successfully, but these errors were encountered: