Extract user data fields from fillable PDF document programmatically with Python sample code using Aspose.PDF for Python for .NET....all fields foreach ( Field formField in pdfDocument . Form ) {...WriteLine ( "Field Name : {0} " , formField . PartialName ); Console ...