Skip to content

Commit

Permalink
Merge pull request #551 from chinapandaman/PPF-549
Browse files Browse the repository at this point in the history
PPF-549: remove beta from simple fill doc
  • Loading branch information
chinapandaman authored Mar 29, 2024
2 parents 3ec4b81 + db91c0e commit dcfac26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It also supports other common utilities such as extracting pages and merging mul
* [Prepare a PDF form](prepare.md)
* [Inspect a PDF form](inspect.md)
* [Fill a PDF form](fill.md)
* [Fill a PDF form in place (beta)](simple_fill.md)
* [Fill a PDF form in place](simple_fill.md)
* [Change text field styles](style.md)
* [Change checkbox and radio button styles](button_style.md)
* [Draw stuffs](draw.md)
Expand Down
5 changes: 1 addition & 4 deletions docs/simple_fill.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
# Fill a PDF form in place (beta)

**NOTE:** This page contains beta features, meaning it's known that these features do not support some PDF forms but
currently there are no plans and/or solutions to fix them.
# Fill a PDF form in place

The `FormWrapper` class allows you to fill a PDF form in place as if you were filling it manually.

Expand Down

0 comments on commit dcfac26

Please sign in to comment.