We are using Aspose.Pdf for .NET to manipulate PDF Forms.
Many PDF forms we interact with have character limits that we want to remove completely.
I see a function to set field limit - Set Field Limit | Aspose.PDF for .NET API Reference, however not one to remove field limit completely.
Could you advise if there is a function to remove field limit completely? In Adobe Acrobat, this would untick the “Limit of x character” box".
For now we are using the workaround of setting the field limit to a very high value
Thanks