PyPDFForm 1.2.6__py3-none-any.whl → 1.2.7__py3-none-any.whl
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.
- PyPDFForm/__init__.py +1 -1
- {PyPDFForm-1.2.6.dist-info → PyPDFForm-1.2.7.dist-info}/METADATA +4 -5
- {PyPDFForm-1.2.6.dist-info → PyPDFForm-1.2.7.dist-info}/RECORD +6 -6
- {PyPDFForm-1.2.6.dist-info → PyPDFForm-1.2.7.dist-info}/LICENSE +0 -0
- {PyPDFForm-1.2.6.dist-info → PyPDFForm-1.2.7.dist-info}/WHEEL +0 -0
- {PyPDFForm-1.2.6.dist-info → PyPDFForm-1.2.7.dist-info}/top_level.txt +0 -0
PyPDFForm/__init__.py
CHANGED
|
@@ -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
|
|
@@ -39,10 +39,9 @@ pip install PyPDFForm
|
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
## Quick Example
|
|
42
|
+

|
|
42
43
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/blob/master/pdf_samples/sample_template.pdf). Download it and try:
|
|
44
|
+
A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_template.pdf). Download it and try:
|
|
46
45
|
|
|
47
46
|
```python
|
|
48
47
|
import os
|
|
@@ -75,7 +74,7 @@ with open(PATH_TO_FILLED_PDF_FORM, "wb+") as output:
|
|
|
75
74
|
```
|
|
76
75
|
|
|
77
76
|
After running the above code snippet you can find `output.pdf` at the location you specified,
|
|
78
|
-
and it should look like [this](https://github.com/chinapandaman/PyPDFForm/
|
|
77
|
+
and it should look like [this](https://github.com/chinapandaman/PyPDFForm/raw/master/pdf_samples/sample_filled.pdf).
|
|
79
78
|
|
|
80
79
|
## Documentation
|
|
81
80
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
PyPDFForm/__init__.py,sha256=
|
|
1
|
+
PyPDFForm/__init__.py,sha256=83Jk0aYUgMlFTkA95rI42FC0JN8Wh-MDOVPk4TRwJlw,122
|
|
2
2
|
PyPDFForm/wrapper.py,sha256=WekbeqhrAA1FlyII26C5FkOsAix6KWOEcqCJZosql6k,5710
|
|
3
3
|
PyPDFForm/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
PyPDFForm/core/constants.py,sha256=TR9LpBgi6-hZFjswvsm74mQJ9Kzo87w1IzlmvrJAX1s,540
|
|
@@ -18,8 +18,8 @@ PyPDFForm/middleware/element.py,sha256=prjp8rg_F4DRnHRsSIki0yLMw3OHZuSIgkbocVSlP
|
|
|
18
18
|
PyPDFForm/middleware/radio.py,sha256=-1RiAmzui6yPUgUYowRw_gaEN1e2XPFgqfbF9GVanrI,615
|
|
19
19
|
PyPDFForm/middleware/template.py,sha256=LFWtS-nlL6Fbce-KmwLUFAMwRs-6P2Nv6jyzv1AcLCs,2677
|
|
20
20
|
PyPDFForm/middleware/text.py,sha256=zinywufhzLUGsr_IsPg7xmkw9Ow4ZvGl6EhGruYC2rg,937
|
|
21
|
-
PyPDFForm-1.2.
|
|
22
|
-
PyPDFForm-1.2.
|
|
23
|
-
PyPDFForm-1.2.
|
|
24
|
-
PyPDFForm-1.2.
|
|
25
|
-
PyPDFForm-1.2.
|
|
21
|
+
PyPDFForm-1.2.7.dist-info/LICENSE,sha256=43awmYkI6opyTpg19me731iO1WfXZwViqb67oWtCsFY,1065
|
|
22
|
+
PyPDFForm-1.2.7.dist-info/METADATA,sha256=PbAl0Mjb7LUdBJ5oVu5WhlTED6dqbynhn3GcIX7iQAk,3818
|
|
23
|
+
PyPDFForm-1.2.7.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
24
|
+
PyPDFForm-1.2.7.dist-info/top_level.txt,sha256=GQQKuWqPUjT9YZqwK95NlAQzxjwoQrsxQ8ureM8lWOY,10
|
|
25
|
+
PyPDFForm-1.2.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|