Hi
I have tried to auto reduce font size when text does not accommodate within the given text field space. I have made a static pdf in livecycle designer es4. I search through the forum and come up with below code. But this code is not reducing the font size.
if (xfa.event.newText.length == 19) {
this.font.size = "0pt";
}
How this code could be run in static form. Any help please.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi, I don't think you can make these sort of changes to the layout in a static form. But, if you set the font size for the value (not the caption or value/caption) to zero then Reader will reduce the font to fit the field.
Views
Replies
Total Likes
Hi, I don't think you can make these sort of changes to the layout in a static form. But, if you set the font size for the value (not the caption or value/caption) to zero then Reader will reduce the font to fit the field.
Views
Replies
Total Likes
It worked.
Thanks
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies