Skip to content

Commit

Permalink
updated README.md and producer version in pdf_form_with_text_color.go…
Browse files Browse the repository at this point in the history
… code.
  • Loading branch information
kellemNegasi committed Jul 30, 2024
1 parent 1b1b4b5 commit ad2f506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions forms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ forms.
- [pdf_form_get_field_data.go](pdf_form_get_field_data.go) gets field data for a single field by field name.
- [pdf_form_list_fields.go](pdf_form_list_fields.go) lists form fields in a PDF.
- [pdf_form_fields_rotations.go](pdf_form_fields_rotations.go) form fields with customized rotation in a PDF.
- [pdf_form_with_text_color.go](pdf_form_with_text_color.go) form fields with custom text color.
- [pdf_fill_and_flatten_with_apearance.go](pdf_fill_and_flatten_with_apearance.go) flatten or fill PDF forms with custom appearance including text color.

## Use cases

Expand Down
2 changes: 1 addition & 1 deletion forms/pdf_form_with_text_color.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func main() {

c.SetForms(form)

model.SetPdfProducer(`UniDoc v3.53.0 (Unlicensed) - http://unidoc.io`)
model.SetPdfProducer(`UniDoc v3.61.0 (Unlicensed) - http://unidoc.io`)
defer model.SetPdfProducer("")

outPath := filepath.Join(".", "form_field_with_colored_text_fields.pdf")
Expand Down

0 comments on commit ad2f506

Please sign in to comment.