Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iText を使用して作成された PDF フォームで TextField が使用できる最大文字数を指定する方法はありますか?
ドキュメントによると、createTextFieldメソッドは最大長を取ります。
http://api.itextpdf.com/com/itextpdf/text/pdf/PdfFormField.html#createTextField(com.itextpdf.text.pdf.PdfWriter,%20boolean,%20boolean,%20int)