-
Notifications
You must be signed in to change notification settings - Fork 387
Open
Description
So I have a PDF with just one field on it - a field named "xxx.yyy". When I run pdf2json 3.0.5 on the PDF I'm told that the only field on that PDF is "yyy".
test.pdf demonstrates the problem.
Here's what Adobe Acrobat Pro 2020 shows:
pdftk 2.02 also finds "xxx.yyy" when I run pdftk test.pdf dump_data_fields:
FieldType: Text
FieldName: xxx.yyy
FieldFlags: 0
FieldJustification: Left
Unfortunately, pdftk doesn't return the coordinates whereas pdf2json does.
According to qpdf test.pdf --json the field's alternativename, fullname and mappingname are "xxx.yyy" whereas the partialname is "yyy" so maybe that's the issue?
Metadata
Metadata
Assignees
Labels
No labels
