Hi,
I have a XFA document where all the fields are already populated. When I convert it to a standard form using this code:
pdfDocument.Form.Type = FormType.Standard;
The output document does not have contain all the …...Hi,
I have a XFA document where all the fields are already populated. When I convert it to a standard form using this code:
pdfDocument.Form.Type = FormType.Standard;
The output document does not have contain all the …