Avatar

Level 4

Thanks for the response.  Maybe I should re-state my question:

the XML data file was Exported from another PDF form (say, file "Y")  that has fields a, b, c, d, e, f.

so, what I really want is to find a way to get the field values in fields  a, b and c  of form "Y"

and put the values into another PDF form "X" that has fields a, b, c, x, y, z

while keeping the field values in  x, y, z  of the form "X" intact.

If importData() method can't do the job, is there any other way?

anything as long as it works would be fine.

thanks.