v0.11.1
Maintenance Release
π οΈ Fixes and Improvements
Added a new configuration parameter:
# Limit form field content for display purposes when using 'pdfcpu form list'.
# If > 0, this setting truncates the following columns: AltName, Default, and Value.
formFieldListMaxColWidth: 0
This helps improve readability when listing form fields with long content when using pdfcpu form list.
Please update your config by executing: pdfcpu config reset
General code cleanups, lots of parser improvements and dependency updates for improved stability.
ππ» Thanks ππ»
everybody for testing and feeding back your bug reports. This time shoutouts ππ» go to @SveLil and @fank for putting time into submitting PR's.
We fixed #846, #1097, #1193, #1202, #1203 and the following:
Changelog
- c4b560d Bump version
- 2e3ab97 Fix PDF version check in parseTrailerDict
- 9a6983c Fix #1231
- 66ea5de Fix #1112 β ASCII85 decode now handles CRLF line endings
- aecc027 Fix #1226
- dcfe153 Handle form field DV using indirect reference; add config parameter formFieldListMaxColWidth
- 9bdbec5 Fix #1188
- 565bbca Fix #1235
- 670efa4 Fix #1230
- 45fd922 Upgrade build to Go 1.25
- 6dad16b Fix #1216
- 8f53738 Fix #1156
- c5b2e7c Fix #1166
- bca1778 Fix #1195
- b6e9642 Add support for inherited textfields
- 79a1276 Fix #1194
- f55e600 Fix #1189
- 9e69220 Fix #1176
- 6cfff8e Fix #1187
- b108369 Fix #1177
- 3744f3c Fix #1185
- 042c910 Fix #1183
- ebac205 Fix #1173
- cea5481 Relax date validation for 1-digit seconds