I want to create a .pdf and then I would like to make the typing fields so that if someone types into it, it will not create a scroll, but rather will autofit into the box or will expand the box.
Stephen Gonzales
Auto-resize fonts: Set the font size to Auto under Properties - Appearance.
Resizing the field: Not possible unless you create the form in LiveCycle Designer.
.
Visit my custom-made PDF scripts website: http://try67.blogspot.com Contact me personally: try6767@gmail.com
Programmatically set the field to automatic font size: set textSize to 0.
Expanding field: possible, but requires some trickery and works only for growing, but not for shrinking, and is a bit of a kludge.
Max Wyss.