Data Truncating

In most cases the maximum length of any form field (e.g. name, address, city, etc.) value Abound will accept will be 191 characters long. However, there are occasions when long length values do not reasonable fit on PDF forms or envelopes for physical mailings. Below we describe how we handle these case:


πŸ“˜

Don't truncate yourself

Please do not truncate data before passing it to Abound. Full length data may be used for electronic filing or other government submissions even if it doesn't fit on the corresponding PDF form or letter.


Truncating in Tin Verifications

Please note we only use the first 70 characters of the name field for Tin Verifications. For best results, do not include middle names in this field.


Truncating in PDFs form field boxes

For long names and addresses, we wrap onto new lines in the allowed form field boxes. If we encounter space limits we do not truncate data. On rare cases, if working with very long addresses, be sure to review and inspect generated PDFs before issuance for correctness.


Truncating on envelopes

We are limited on how an address appears on an envelope. Please review to ensure your letter reaches its destination correctly.

  • name will be truncated after 40 characters
  • name2 will be truncated after 40 characters
  • address will be truncated after 64 characters
  • address2 will be truncated after 64 characters
  • city will be truncated after 200 characters
  • state must be 2 characters - which matches our API data validation specifications.
  • postalCodemust be 5 characters long - which matches our API data validation specifications.
  • country will always be "US" - we only mail domestically.