PyPDFForm 1.2.5__tar.gz → 1.2.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of PyPDFForm might be problematic. Click here for more details.
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PKG-INFO +5 -6
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/__init__.py +1 -1
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm.egg-info/PKG-INFO +5 -6
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/README.md +4 -5
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/LICENSE +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/core/__init__.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/core/constants.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/core/filler.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/core/font.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/core/image.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/core/patterns.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/core/template.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/core/utils.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/core/watermark.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/middleware/__init__.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/middleware/adapter.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/middleware/checkbox.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/middleware/constants.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/middleware/dropdown.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/middleware/element.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/middleware/radio.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/middleware/template.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/middleware/text.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm/wrapper.py +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm.egg-info/SOURCES.txt +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm.egg-info/dependency_links.txt +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm.egg-info/requires.txt +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/PyPDFForm.egg-info/top_level.txt +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/setup.cfg +0 -0
- {PyPDFForm-1.2.5 → PyPDFForm-1.2.7}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyPDFForm
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.7
|
|
4
4
|
Summary: The Python library for PDF forms.
|
|
5
5
|
Home-page: https://github.com/chinapandaman/PyPDFForm
|
|
6
6
|
Author: Jinge Li
|
|
@@ -11,7 +11,7 @@ Requires-Python: >=3.7
|
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
13
13
|
|
|
14
|
-
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/
|
|
14
|
+
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/raw/master/logo.png"></p>
|
|
15
15
|
<p align="center">
|
|
16
16
|
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"></a>
|
|
17
17
|
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"></a>
|
|
@@ -36,10 +36,9 @@ pip install PyPDFForm
|
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
## Quick Example
|
|
39
|
+

|
|
39
40
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/blob/master/pdf_samples/sample_template.pdf). Download it and try:
|
|
41
|
+
A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_template.pdf). Download it and try:
|
|
43
42
|
|
|
44
43
|
```python
|
|
45
44
|
import os
|
|
@@ -72,7 +71,7 @@ with open(PATH_TO_FILLED_PDF_FORM, "wb+") as output:
|
|
|
72
71
|
```
|
|
73
72
|
|
|
74
73
|
After running the above code snippet you can find `output.pdf` at the location you specified,
|
|
75
|
-
and it should look like [this](https://github.com/chinapandaman/PyPDFForm/
|
|
74
|
+
and it should look like [this](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_filled.pdf).
|
|
76
75
|
|
|
77
76
|
## Documentation
|
|
78
77
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: PyPDFForm
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.7
|
|
4
4
|
Summary: The Python library for PDF forms.
|
|
5
5
|
Home-page: https://github.com/chinapandaman/PyPDFForm
|
|
6
6
|
Author: Jinge Li
|
|
@@ -11,7 +11,7 @@ Requires-Python: >=3.7
|
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
13
13
|
|
|
14
|
-
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/
|
|
14
|
+
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/raw/master/logo.png"></p>
|
|
15
15
|
<p align="center">
|
|
16
16
|
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"></a>
|
|
17
17
|
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"></a>
|
|
@@ -36,10 +36,9 @@ pip install PyPDFForm
|
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
## Quick Example
|
|
39
|
+

|
|
39
40
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/blob/master/pdf_samples/sample_template.pdf). Download it and try:
|
|
41
|
+
A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_template.pdf). Download it and try:
|
|
43
42
|
|
|
44
43
|
```python
|
|
45
44
|
import os
|
|
@@ -72,7 +71,7 @@ with open(PATH_TO_FILLED_PDF_FORM, "wb+") as output:
|
|
|
72
71
|
```
|
|
73
72
|
|
|
74
73
|
After running the above code snippet you can find `output.pdf` at the location you specified,
|
|
75
|
-
and it should look like [this](https://github.com/chinapandaman/PyPDFForm/
|
|
74
|
+
and it should look like [this](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_filled.pdf).
|
|
76
75
|
|
|
77
76
|
## Documentation
|
|
78
77
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/
|
|
1
|
+
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/raw/master/logo.png"></p>
|
|
2
2
|
<p align="center">
|
|
3
3
|
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"></a>
|
|
4
4
|
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"></a>
|
|
@@ -23,10 +23,9 @@ pip install PyPDFForm
|
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
## Quick Example
|
|
26
|
+

|
|
26
27
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/blob/master/pdf_samples/sample_template.pdf). Download it and try:
|
|
28
|
+
A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_template.pdf). Download it and try:
|
|
30
29
|
|
|
31
30
|
```python
|
|
32
31
|
import os
|
|
@@ -59,7 +58,7 @@ with open(PATH_TO_FILLED_PDF_FORM, "wb+") as output:
|
|
|
59
58
|
```
|
|
60
59
|
|
|
61
60
|
After running the above code snippet you can find `output.pdf` at the location you specified,
|
|
62
|
-
and it should look like [this](https://github.com/chinapandaman/PyPDFForm/
|
|
61
|
+
and it should look like [this](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_filled.pdf).
|
|
63
62
|
|
|
64
63
|
## Documentation
|
|
65
64
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|