Skip to content

Commit

Permalink
https://github.com/Tadelsucht/BulkPDF/issues/20
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadelsucht committed Mar 25, 2021
1 parent b92c727 commit 6b32d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BulkPDFCore/PDF.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void SaveFilledPDF(string filePath, bool finalize, bool unicode)
}

// Write text
bool test = pdfStamper.AcroFields.SetField(field.Name, value);
pdfStamper.AcroFields.SetField(field.Name, value, true);
}

// Read Only
Expand Down

0 comments on commit 6b32d9f

Please sign in to comment.