Answered
I am trying to generate PDF AcroForm code for a simple text input field and applying the /MaxLen tag to limit the number of entered charcters, e.g.
/MaxLen 5
However, Acrobat Reader lets me type in this field beyond 5 characters anyway.
The PDF reference manual implies that this should limit the user entry to the given length.
What does this tag do?
Does it just truncate the entry after Submit is pushed?
Could I be using /MaxLen incorrectly?
Thanks for any advice.
I take it you are write an application to generate a PDF, and that you have a PDF library of some kind? If you are not using a PDF Library you will need to become an expert on the internal PDF format.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script