I cant get trough this without some help.
I'm trying to export a PDF formular to XML/XDP using the correct menu in Acrobat Reader.
I can see all my fields as tags and I can fill them by code with Delphi 10.2.
The problem is that I can't find 3 tags in the XML that I need to fill. They are simply note in the XML generated by Acrobat Reader but they are for sure usable and not hidden in the PDF form itself.
For example :
Name : <Name></Name>
First name : <Firstname></Firstname>
Date : Missing in XML file
I hope I gave you enough informations to try to help me.