You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have fillable PDF with a form to introduce numeric values and then at the bottom of the table get the total sum of the values. But is not working using the demo version of PDF,js, Firefox 138 for android, and Firefox 138 Snap for Ubuntu.
I'm not the owner of this PDF file as it is propietary with copyright and embedded fonts from the author not available for download. Sometimes this fonts not render with the correct size if you save using PDF.js
The text was updated successfully, but these errors were encountered:
More generally, if the AcroForm doesn't contain some fields, when we meet an annotation with some js actions then we could collect all the form annotations in the document, that would require to get all the pages to look for all their annotations, and then trigger a sandbox creation.
We need to get all the pages because an annotation on page 1 could modify an other one on page 1234.
Fortunately, most of the time form fields are in documents with only few pages.
More generally, if the AcroForm doesn't contain some fields, when we meet an annotation with some js actions then we could collect all the form annotations in the document, that would require to get all the pages to look for all their annotations, and then trigger a sandbox creation.
We need to get all the pages because an annotation on page 1 could modify an other one on page 1234.
Fortunately, most of the time form fields are in documents with only few pages.
In this case the document only has one page. And just that fillable column has the Javascript code to count the total.
Uh oh!
There was an error while loading. Please reload this page.
Attach (recommended) or Link to PDF file
I have fillable PDF with a form to introduce numeric values and then at the bottom of the table get the total sum of the values. But is not working using the demo version of PDF,js, Firefox 138 for android, and Firefox 138 Snap for Ubuntu.
S-21_E.pdf
Web browser and its version
Firefox 138
Operating system and its version
Ubuntu 25.04, Windows 11 24H2
PDF.js version
5.1.73 [a6a997fe4]
Is the bug present in the latest PDF.js version?
Yes
Is a browser extension
No
Steps to reproduce the problem
What is the expected behavior?
Get the total of all the values
PDF working in adobe reader:
What went wrong?
The code is not executing when I introduce the values and then I press enter to get the sum.
PDF in PDF.js demo:
PDF in Firefox 138:
Link to a viewer
No response
Additional context
PDF file created with:
[1.4 Acrobat Distiller 15.0 (Windows); modified using iTextSharp™ 5.5.3 ©2000-2014 iText Group NV (AGPL-version)
I'm not the owner of this PDF file as it is propietary with copyright and embedded fonts from the author not available for download. Sometimes this fonts not render with the correct size if you save using PDF.js
The text was updated successfully, but these errors were encountered: