Expand my Community achievements bar.

ExportData service generates XML with xfdf tags

Avatar

Level 2

I have a short-lived process to export PDF form data into XML file. This process is  generating XML file with tags for the fields in the PDF which is good and serves my purpose. But the process is also generating two tags in the XML called xdf:field and FSTEMPLATE. I am thinking these are metadata information of the PDF which are not required for me when I need to render the PDF form with its data. Besides, these meta data fields are really huge and taking up space.

Is there a way I can specify either at the form design level or at the process design level that I need just the user-entered data from PDF form and not its meta data ?

Thanks,

Jyothi

1 Reply

Avatar

Level 10

Not sure if  'data binding removal' will solve this issue..

Alternatively, you can use XSL to remove the unwanted tags.

Nith