Learn how to convert a single-line text field into a multi-line field in a PDF document in Java using the FormEditor facade in Aspose.PDF....FormEditor editor = new FormEditor (); try { editor . bindPdf...toString ()); editor . single2Multiple ( "City" ); editor . save (...