Skip to content

Commit

Permalink
Merge pull request #393 from chinapandaman/PPF-392
Browse files Browse the repository at this point in the history
PPF-392: release 1.3.3
  • Loading branch information
chinapandaman authored Oct 23, 2023
2 parents 2621f59 + 6c5cfcf commit a2f604f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion PyPDFForm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

PyPDFForm = Wrapper

__version__ = "1.3.2"
__version__ = "1.3.3"
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ and it should look like [this](https://github.com/chinapandaman/PyPDFForm/raw/ma

## How to Contribute

If you wish to improve this library, there is one specific way you can contribute
on top of the usual open source project norms such as issues and pull requests.

It is difficult to make sure that the library supports all the PDF form creating tools out
there. So if you run into a case where the library does not work for certain PDF forms created by
certain tools, feel free to open an issue with the problematic PDF form attached. I will seek
there. So if you run into a case where the library does not work for certain PDF forms created by certain tools, feel free to open an issue with the problematic PDF form attached. I will seek
to make the library support the attached PDF form as well as the tool used to create it.
4 changes: 1 addition & 3 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ The most common tool to create a PDF form is Adobe Acrobat. A tutorial can be fo
There are other free alternatives like [DocFly](https://www.docfly.com/) that support similar functionalities.

Unless otherwise specified, all examples will use the same PDF form which can be
found [here](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_template.pdf).
It has three text fields `test`, `test_2`, `test_3` and three checkboxes
`check`, `check_2`, `check_3` scattered on three pages.
found [here](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_template.pdf).

## Preview a PDF form

Expand Down

0 comments on commit a2f604f

Please sign in to comment.