Skip to content

Commit

Permalink
Merge pull request #477 from chinapandaman/PPF-475
Browse files Browse the repository at this point in the history
PPF-475: update docs about creating widgets may flatten PDFs by certain tools
  • Loading branch information
chinapandaman authored Feb 3, 2024
2 parents fcfdbcd + afa18a8 commit ad523b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/prepare.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ This section of the documentation will use

This section of the documentation requires a basic understanding of [the PDF coordinate system](coordinate.md).

**NOTE:** For some PDF prep tools, creating widgets on their PDF forms may result in their original widgets getting
flattened (e.g., [this PDF](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_template_sejda.pdf)
which was created prepared [Sejda](https://www.sejda.com/)). So it is advised that you fill them first
before creating any widget using PyPDFForm.

## Create a text field widget

A text field widget can be created by downloading the PDF and running the following snippet:
Expand Down

0 comments on commit ad523b9

Please sign in to comment.