Fixed: Form I-485 - PDF Field Length Error

What happened

A user encountered an error when downloading a completed I-485:

"I was trying to download my form when I received this error message: Attempted to set text with length=13 for TextField with maxLength=9 and name=principal_firstname"

 

The principal_firstname field in the underlying PDF spec had a maxLength of 9 - too short for many real first names. When the generated PDF tried to write a longer value into that field, it threw an error and blocked the download.

 

What was fixed

Updated the PDF field spec for principal_firstname on Form I-485 to correctly reflect the actual allowed length. Downloads now complete without error regardless of name length.