Hi all, Thanks in advance for your help.
I have created a PDF file using Foxit PhantomPDF. I'm setting the values of all of the form fields in the PDF file using PDFBox. My Java code runs successfully and all of the field values get set successfully. But, when I view the PDF file, the list box item displays, in very large font, the first letter of the first item in the list box. In this case, it's a very large letter "B". When I tab to the list box, all of the items appear correctly, the scroll bar appears, and the correct value is set. I tried the work-around I was given last week to resolve an issue with date fields: get the list box's F setting into a variable, set it to null on the list box, set the value, and reset the F setting on the list box. But, this didn't work on the list box. In the Eclipse debugger, I see that the list box's F setting is null when I call actions.getF(). Thanks, Rob