From db91c0ebed51442ca5f56c359d89da65fd578548 Mon Sep 17 00:00:00 2001 From: chinapandaman Date: Thu, 28 Mar 2024 20:39:31 -0500 Subject: [PATCH] PPF-549: update docs --- docs/index.md | 2 +- docs/simple_fill.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 303ca6d6..9ca8adbc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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) diff --git a/docs/simple_fill.md b/docs/simple_fill.md index 84a1fed0..9d001d80 100644 --- a/docs/simple_fill.md +++ b/docs/simple_fill.md @@ -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.