Skip to content

Commit aa7767c

Browse files
author
Samuel Huylebroeck
committed
Fix form field appearance not getting marked as modified
SUP-1942
1 parent aed03dc commit aa7767c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

forms/src/main/java/com/itextpdf/forms/fields/PdfFormField.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,6 +1910,7 @@ public boolean regenerateField() {
19101910
}
19111911

19121912
appearance.getResources().addFont(getDocument(), localFont);
1913+
appearance.setModified();
19131914
PdfDictionary ap = new PdfDictionary();
19141915
ap.put(PdfName.N, appearance.getPdfObject());
19151916
ap.setModified();

0 commit comments

Comments
 (0)