Skip to content

Add support for AcroForm textFields with same fieldName #3818

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

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
93d7a40
Update AcroForms module
imjosh Jan 15, 2025
47438b3
Merge branch 'master' into improve-acroforms
imjosh Jan 22, 2025
6565948
Fix cell.js getTextDimensions doesn't respect lineHeightFactor option
imjosh Jan 22, 2025
d3c9ff4
fix acroform jsDocs
imjosh Jan 23, 2025
20dd3cc
Merge pull request #2 from imjosh/improve-acroforms
imjosh Jan 23, 2025
d10ccc5
Merge pull request #3 from imjosh/update-celljs-getTextDimensions
imjosh Jan 23, 2025
74a79f9
build dist & re-gen documentation
imjosh Jan 23, 2025
bb493e6
build dist and re-gen documentation - 2nd attempt
imjosh Jan 23, 2025
5017743
don't default black border, only default white background for radioBu…
imjosh Jan 23, 2025
2a0f4b9
Update AcroForms module
imjosh Jan 15, 2025
7bfb699
Merge branch 'improve-acroforms' of https://github.com/imjosh/jsPDF i…
imjosh Jan 23, 2025
dce470f
Merge pull request #4 from imjosh/improve-acroforms
imjosh Jan 23, 2025
2da86bf
build dist & generate docs
imjosh Jan 23, 2025
6384a13
Merge branch 'mmo' of https://github.com/imjosh/jsPDF into mmo
imjosh Jan 23, 2025
b57c924
build dist
imjosh Jan 23, 2025
69bccce
got it working
imjosh Jan 30, 2025
348421a
improvements
imjosh Jan 30, 2025
39f9485
fix textfield children get written out to the pdf file twice
imjosh Jan 30, 2025
038e028
fix issues
imjosh Jan 31, 2025
aab094c
custom prop "value" for textfieldchild to return parent value
imjosh Jan 31, 2025
ee476a1
Update acroform example with addTextFieldGroup
imjosh Jan 31, 2025
836666e
Create textfieldGroup.pdf
imjosh Jan 31, 2025
19f1235
update test\...\globals
imjosh Jan 31, 2025
ac46fbe
Update acroform.spec.js
imjosh Jan 31, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspdf",
"version": "2.5.2",
"version": "2.5.2_mmo",
"homepage": "https://github.com/mrrio/jspdf",
"description": "PDF Document creation from JavaScript",
"main": [
Expand Down
Loading