Fixed: Form I-485 - PDF Field Length Error of Receipt Number of Underlying Petition

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 eoir_number field in the underlying PDF spec had a maxLength of 9 - too short for many real Receipt Number of Underlying Petition. 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 eoir_number on Form I-485 to correctly reflect the actual allowed length. Downloads now complete without error regardless of name length.