
如何确保空格的数字正确?
fields.get("Page2[0].Line68bCombField[0].f2_081[0]").setValue("123456789");
fields.get("Page2[0].Line68dCombField[0].f2_082[0]").setValue("123423423444");发布于 2017-08-29 15:41:35
iText 7(目前)还不支持梳状字段。
添加了对comb字段的支持。
该功能应该很快就会在快照构建中可用。
可以使用标志来设置该值
PdfTextFormField.FF_COMBhttps://stackoverflow.com/questions/45900737
复制相似问题