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