Shubham Gupta created PDFBOX-5440:
-------------------------------------

             Summary: PDField- getFullyQualifiedName() method not giving exact 
form field name
                 Key: PDFBOX-5440
                 URL: https://issues.apache.org/jira/browse/PDFBOX-5440
             Project: PDFBox
          Issue Type: Improvement
            Reporter: Shubham Gupta


Steps to reproduce:
 # Take a pdf having a form field with a form field name having dot(.) in 
between the name.
 # Now try to store the details of the pdf in PDField and use the 
{*}[getFullyQualifiedName|https://pdfbox.apache.org/docs/2.0.0/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDField.html#getFullyQualifiedName()]{*}()
 method, you will get the string before that dot(.) after the dot(.) string 
neglected. For example, keep a form field name as "Shubham.gupta", when the 
{*}[getFullyQualifiedName|https://pdfbox.apache.org/docs/2.0.0/javadocs/org/apache/pdfbox/pdmodel/interactive/form/PDField.html#getFullyQualifiedName()]{*}()
 is called it will give just "Shubham", not the whole string. 
 # Maybe this is something silly that I am raising but this needs to be 
improved as a form field could contain a dot(.) in between its form field name.

I have attached a document for better understanding.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to