Commit 9343bd2
TIKA-4756: Detect unsigned signature fields in PDFs with AcroForm
Adds PDF.HAS_SIGNATURE_FIELDS metadata property (pdf:hasSignatureFields)
to distinguish PDFs that contain /FT /Sig AcroForm fields from those
with actual applied digital signatures (TikaCoreProperties.HAS_SIGNATURE).
Previously, PDFs with unsigned signature fields were not detectable,
making it impossible for downstream applications (e.g. PDF/A converters)
to identify documents with signature infrastructure that should not be
re-processed.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent af28c19 commit 9343bd2
4 files changed
Lines changed: 26 additions & 3 deletions
File tree
- tika-core/src/main/java/org/apache/tika/metadata
- tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-pdf-module/src
- main/java/org/apache/tika/parser/pdf
- test
- java/org/apache/tika/parser/pdf
- resources/test-documents
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
154 | 161 | | |
155 | 162 | | |
156 | 163 | | |
| |||
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
398 | 399 | | |
399 | 400 | | |
400 | 401 | | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
401 | 407 | | |
402 | | - | |
| 408 | + | |
| 409 | + | |
403 | 410 | | |
404 | 411 | | |
405 | 412 | | |
| |||
414 | 421 | | |
415 | 422 | | |
416 | 423 | | |
417 | | - | |
418 | 424 | | |
419 | 425 | | |
420 | 426 | | |
421 | | - | |
| 427 | + | |
422 | 428 | | |
423 | 429 | | |
424 | 430 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| 632 | + | |
| 633 | + | |
632 | 634 | | |
633 | 635 | | |
634 | 636 | | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
635 | 645 | | |
636 | 646 | | |
637 | 647 | | |
| |||
0 commit comments