[ 
https://issues.apache.org/jira/browse/PDFBOX-2709?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14362845#comment-14362845
 ] 

Maruan Sahyoun commented on PDFBOX-2709:
----------------------------------------

The dot notation for field names in a PDF represents nested fields with your 
field named name.first that should be represented in XFDF as 
{code}
<field name="name">
    <field name="first"/>
</field>
{code}

In addition in your PDF form there should be a 'name' field with a child named 
'first' 

[~thinice] could you verify your XFDF and let us know if the issue is with your 
data file or you believe it's within PDFBox. If so please do share a sample PDF 
and XFDF

> XFDF import fails when using a field with a "." in the name
> -----------------------------------------------------------
>
>                 Key: PDFBOX-2709
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2709
>             Project: PDFBox
>          Issue Type: Bug
>          Components: AcroForm
>    Affects Versions: 1.8.8
>         Environment: OpenJDK 7
>            Reporter: Justin Rovang
>            Assignee: Maruan Sahyoun
>
> When trying to import an XFDF into a simple PDF form with a single field with 
> a decimal in the field name, e.g.: 'name.first', the PDF saved from importFDF 
> has a blank field.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to