pdfGetFormType

Get the type of form in the PDF file.
char *pdfGetFormType(PDFHandle pdf)
This function returns the type of form in the PDF file: "AcroForm", "static XFA", or NULL if there is no form.
C:
char *formType; formType = pdfGetFormType(pdf);
pdfGetNumFormFields
pdfGetFormField