Skip to content

Commit 94a0c0f

Browse files
author
Richard Bützer
committed
Set flag so form field values are printed.
See http://partners.adobe.com/public/developer/en/pdf/PDFReference.pdf, Section 8.4.2 Annotation Flags
1 parent e186e25 commit 94a0c0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/acroform.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,7 @@ window["CheckBox"] = AcroForm.CheckBox;
12491249
AcroForm.TextField = function () {
12501250
AcroForm.Field.call(this);
12511251
this.DA = AcroForm.Appearance.createDefaultAppearanceStream();
1252+
this.F = 4;
12521253
var _V;
12531254
Object.defineProperty(this, 'V', {
12541255
get: function () {

0 commit comments

Comments
 (0)