1.

Solve : PDFBox: I need to change the font size when filling fields?

Answer»

I am using PDFBox in Eclipse with Java in ORDER to take in a PDF and fill the fillable fields automatically. I have a working program, the only problem is one field that is too small for the information written in it.

I need to KNOW how to change the FONT size of the text that is written to a field when PDField.setValue(String) is CALLED. I am not creating a pdf at any point, I am just getting the fields of a pdf file and filling them. Thanks in ADVANCE.



Discussion

No Comment Found