PyPDFForm 4.7.7__tar.gz → 4.7.8__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.
- {pypdfform-4.7.7 → pypdfform-4.7.8}/PKG-INFO +1 -1
- {pypdfform-4.7.7 → pypdfform-4.7.8}/PyPDFForm/__init__.py +9 -9
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/annotations/__init__.py +1 -1
- pypdfform-4.7.8/PyPDFForm/lib/assets/__init__.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/middleware/__init__.py +1 -1
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/raw/__init__.py +1 -1
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/template.py +1 -1
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/widgets/__init__.py +1 -1
- {pypdfform-4.7.7 → pypdfform-4.7.8}/PyPDFForm.egg-info/PKG-INFO +1 -1
- pypdfform-4.7.8/PyPDFForm.egg-info/SOURCES.txt +72 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_font_widths.py +5 -5
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_functional.py +4 -4
- pypdfform-4.7.7/PyPDFForm.egg-info/SOURCES.txt +0 -71
- {pypdfform-4.7.7 → pypdfform-4.7.8}/LICENSE +0 -0
- {pypdfform-4.7.7/PyPDFForm/assets → pypdfform-4.7.8/PyPDFForm/lib}/__init__.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/adapter.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/annotations/base.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/annotations/link.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/annotations/stamp.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/annotations/text.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/annotations/text_markup.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/assets/bedrock.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/assets/blank.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/constants.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/coordinate.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/deprecation.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/egress.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/filler.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/font.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/hooks.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/image.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/middleware/base.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/middleware/checkbox.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/middleware/dropdown.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/middleware/image.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/middleware/radio.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/middleware/signature.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/middleware/text.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/patterns.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/raw/circle.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/raw/ellipse.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/raw/image.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/raw/line.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/raw/rect.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/raw/text.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/types.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/utils.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/watermark.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/widgets/base.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/widgets/checkbox.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/widgets/dropdown.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/widgets/image.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/widgets/radio.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/widgets/signature.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/widgets/text.py +0 -0
- {pypdfform-4.7.7/PyPDFForm → pypdfform-4.7.8/PyPDFForm/lib}/wrapper.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/PyPDFForm.egg-info/dependency_links.txt +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/PyPDFForm.egg-info/requires.txt +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/PyPDFForm.egg-info/top_level.txt +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/README.md +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/pyproject.toml +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/setup.cfg +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_bulk_create_fields.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_create_widget.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_draw_elements.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_dropdown.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_extract_middleware_attributes.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_fill_max_length_text_field.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_generate_appearance_streams.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_js.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_need_appearances.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_paragraph.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_signature.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_use_full_widget_name.py +0 -0
- {pypdfform-4.7.7 → pypdfform-4.7.8}/tests/test_widget_attr_trigger.py +0 -0
|
@@ -22,15 +22,15 @@ PyPDFForm aims to simplify PDF form manipulation, making it accessible to develo
|
|
|
22
22
|
|
|
23
23
|
import logging
|
|
24
24
|
|
|
25
|
-
__version__ = "4.7.
|
|
26
|
-
|
|
27
|
-
from .annotations import Annotations
|
|
28
|
-
from .assets.blank import BlankPage
|
|
29
|
-
from .middleware import Widgets
|
|
30
|
-
from .raw import RawElements
|
|
31
|
-
from .types import PdfArray
|
|
32
|
-
from .widgets import Fields
|
|
33
|
-
from .wrapper import PdfWrapper
|
|
25
|
+
__version__ = "4.7.8"
|
|
26
|
+
|
|
27
|
+
from .lib.annotations import Annotations
|
|
28
|
+
from .lib.assets.blank import BlankPage
|
|
29
|
+
from .lib.middleware import Widgets
|
|
30
|
+
from .lib.raw import RawElements
|
|
31
|
+
from .lib.types import PdfArray
|
|
32
|
+
from .lib.widgets import Fields
|
|
33
|
+
from .lib.wrapper import PdfWrapper
|
|
34
34
|
|
|
35
35
|
# TODO: figure out why `Annotation sizes differ:`
|
|
36
36
|
for logger in [
|
|
@@ -34,7 +34,7 @@ class Annotations:
|
|
|
34
34
|
A container class that provides convenient access to all available PDF annotation types.
|
|
35
35
|
|
|
36
36
|
This class acts as a namespace for the various `Annotation` classes defined in the
|
|
37
|
-
`PyPDFForm.annotations` package, making it easier to reference them (e.g., `Annotations.TextAnnotation`).
|
|
37
|
+
`PyPDFForm.lib.annotations` package, making it easier to reference them (e.g., `Annotations.TextAnnotation`).
|
|
38
38
|
"""
|
|
39
39
|
|
|
40
40
|
TextAnnotation = TextAnnotation
|
|
File without changes
|
|
@@ -26,7 +26,7 @@ class Widgets:
|
|
|
26
26
|
A container class that provides convenient access to all available middleware widget classes.
|
|
27
27
|
|
|
28
28
|
This class acts as a namespace for the various middleware classes defined in the
|
|
29
|
-
`PyPDFForm.middleware` package, making it easier to reference them (e.g., `Widgets.Text`).
|
|
29
|
+
`PyPDFForm.lib.middleware` package, making it easier to reference them (e.g., `Widgets.Text`).
|
|
30
30
|
"""
|
|
31
31
|
|
|
32
32
|
Text = Text
|
|
@@ -25,7 +25,7 @@ class RawElements:
|
|
|
25
25
|
A container class that provides convenient access to all available raw drawable elements.
|
|
26
26
|
|
|
27
27
|
This class acts as a namespace for the various `Raw` classes defined in the
|
|
28
|
-
`PyPDFForm.raw` package, making it easier to reference them (e.g., `RawElements.RawText`).
|
|
28
|
+
`PyPDFForm.lib.raw` package, making it easier to reference them (e.g., `RawElements.RawText`).
|
|
29
29
|
"""
|
|
30
30
|
|
|
31
31
|
RawText = RawText
|
|
@@ -325,7 +325,7 @@ def create_annotations(
|
|
|
325
325
|
|
|
326
326
|
This function takes a PDF template and a list of annotation objects, and
|
|
327
327
|
renders each annotation onto its specified page in the PDF. It supports
|
|
328
|
-
various annotation types defined in the `PyPDFForm.annotations` package.
|
|
328
|
+
various annotation types defined in the `PyPDFForm.lib.annotations` package.
|
|
329
329
|
|
|
330
330
|
Args:
|
|
331
331
|
template (bytes): The PDF template to add annotations to.
|
|
@@ -29,7 +29,7 @@ class Fields:
|
|
|
29
29
|
A container class that provides convenient access to all available PDF form field types.
|
|
30
30
|
|
|
31
31
|
This class acts as a namespace for the various `Field` classes defined in the
|
|
32
|
-
`PyPDFForm.widgets` package, making it easier to reference them (e.g., `Fields.TextField`).
|
|
32
|
+
`PyPDFForm.lib.widgets` package, making it easier to reference them (e.g., `Fields.TextField`).
|
|
33
33
|
"""
|
|
34
34
|
|
|
35
35
|
TextField = TextField
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
LICENSE
|
|
2
|
+
README.md
|
|
3
|
+
pyproject.toml
|
|
4
|
+
PyPDFForm/__init__.py
|
|
5
|
+
PyPDFForm.egg-info/PKG-INFO
|
|
6
|
+
PyPDFForm.egg-info/SOURCES.txt
|
|
7
|
+
PyPDFForm.egg-info/dependency_links.txt
|
|
8
|
+
PyPDFForm.egg-info/requires.txt
|
|
9
|
+
PyPDFForm.egg-info/top_level.txt
|
|
10
|
+
PyPDFForm/lib/__init__.py
|
|
11
|
+
PyPDFForm/lib/adapter.py
|
|
12
|
+
PyPDFForm/lib/constants.py
|
|
13
|
+
PyPDFForm/lib/coordinate.py
|
|
14
|
+
PyPDFForm/lib/deprecation.py
|
|
15
|
+
PyPDFForm/lib/egress.py
|
|
16
|
+
PyPDFForm/lib/filler.py
|
|
17
|
+
PyPDFForm/lib/font.py
|
|
18
|
+
PyPDFForm/lib/hooks.py
|
|
19
|
+
PyPDFForm/lib/image.py
|
|
20
|
+
PyPDFForm/lib/patterns.py
|
|
21
|
+
PyPDFForm/lib/template.py
|
|
22
|
+
PyPDFForm/lib/types.py
|
|
23
|
+
PyPDFForm/lib/utils.py
|
|
24
|
+
PyPDFForm/lib/watermark.py
|
|
25
|
+
PyPDFForm/lib/wrapper.py
|
|
26
|
+
PyPDFForm/lib/annotations/__init__.py
|
|
27
|
+
PyPDFForm/lib/annotations/base.py
|
|
28
|
+
PyPDFForm/lib/annotations/link.py
|
|
29
|
+
PyPDFForm/lib/annotations/stamp.py
|
|
30
|
+
PyPDFForm/lib/annotations/text.py
|
|
31
|
+
PyPDFForm/lib/annotations/text_markup.py
|
|
32
|
+
PyPDFForm/lib/assets/__init__.py
|
|
33
|
+
PyPDFForm/lib/assets/bedrock.py
|
|
34
|
+
PyPDFForm/lib/assets/blank.py
|
|
35
|
+
PyPDFForm/lib/middleware/__init__.py
|
|
36
|
+
PyPDFForm/lib/middleware/base.py
|
|
37
|
+
PyPDFForm/lib/middleware/checkbox.py
|
|
38
|
+
PyPDFForm/lib/middleware/dropdown.py
|
|
39
|
+
PyPDFForm/lib/middleware/image.py
|
|
40
|
+
PyPDFForm/lib/middleware/radio.py
|
|
41
|
+
PyPDFForm/lib/middleware/signature.py
|
|
42
|
+
PyPDFForm/lib/middleware/text.py
|
|
43
|
+
PyPDFForm/lib/raw/__init__.py
|
|
44
|
+
PyPDFForm/lib/raw/circle.py
|
|
45
|
+
PyPDFForm/lib/raw/ellipse.py
|
|
46
|
+
PyPDFForm/lib/raw/image.py
|
|
47
|
+
PyPDFForm/lib/raw/line.py
|
|
48
|
+
PyPDFForm/lib/raw/rect.py
|
|
49
|
+
PyPDFForm/lib/raw/text.py
|
|
50
|
+
PyPDFForm/lib/widgets/__init__.py
|
|
51
|
+
PyPDFForm/lib/widgets/base.py
|
|
52
|
+
PyPDFForm/lib/widgets/checkbox.py
|
|
53
|
+
PyPDFForm/lib/widgets/dropdown.py
|
|
54
|
+
PyPDFForm/lib/widgets/image.py
|
|
55
|
+
PyPDFForm/lib/widgets/radio.py
|
|
56
|
+
PyPDFForm/lib/widgets/signature.py
|
|
57
|
+
PyPDFForm/lib/widgets/text.py
|
|
58
|
+
tests/test_bulk_create_fields.py
|
|
59
|
+
tests/test_create_widget.py
|
|
60
|
+
tests/test_draw_elements.py
|
|
61
|
+
tests/test_dropdown.py
|
|
62
|
+
tests/test_extract_middleware_attributes.py
|
|
63
|
+
tests/test_fill_max_length_text_field.py
|
|
64
|
+
tests/test_font_widths.py
|
|
65
|
+
tests/test_functional.py
|
|
66
|
+
tests/test_generate_appearance_streams.py
|
|
67
|
+
tests/test_js.py
|
|
68
|
+
tests/test_need_appearances.py
|
|
69
|
+
tests/test_paragraph.py
|
|
70
|
+
tests/test_signature.py
|
|
71
|
+
tests/test_use_full_widget_name.py
|
|
72
|
+
tests/test_widget_attr_trigger.py
|
|
@@ -13,10 +13,10 @@ from fontTools.ttLib import TTLibError
|
|
|
13
13
|
from pypdf import PdfWriter
|
|
14
14
|
|
|
15
15
|
from PyPDFForm import PdfWrapper
|
|
16
|
-
from PyPDFForm.constants import (DEFAULT_ASSUMED_GLYPH_WIDTH, DR,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
from PyPDFForm.font import compute_font_glyph_widths
|
|
16
|
+
from PyPDFForm.lib.constants import (DEFAULT_ASSUMED_GLYPH_WIDTH, DR,
|
|
17
|
+
ENCODING_TABLE_SIZE, AcroForm, Font,
|
|
18
|
+
FontDescriptor, MissingWidth, Widths)
|
|
19
|
+
from PyPDFForm.lib.font import compute_font_glyph_widths
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
@pytest.fixture
|
|
@@ -72,7 +72,7 @@ def test_compute_font_widths_raises_for_invalid_ttf():
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
def test_compute_font_glyph_widths_with_missing_tables():
|
|
75
|
-
with patch("PyPDFForm.font.FT_TTFont") as mock_ttfont:
|
|
75
|
+
with patch("PyPDFForm.lib.font.FT_TTFont") as mock_ttfont:
|
|
76
76
|
mock_font = MagicMock()
|
|
77
77
|
mock_font.get.side_effect = lambda table: None
|
|
78
78
|
mock_ttfont.return_value = mock_font
|
|
@@ -7,10 +7,10 @@ import pytest
|
|
|
7
7
|
from jsonschema import ValidationError, validate
|
|
8
8
|
|
|
9
9
|
from PyPDFForm import Annotations, BlankPage, Fields, PdfArray, PdfWrapper
|
|
10
|
-
from PyPDFForm.constants import DA, UNIQUE_SUFFIX_LENGTH, T, V
|
|
11
|
-
from PyPDFForm.deprecation import deprecation_notice
|
|
12
|
-
from PyPDFForm.middleware.base import Widget
|
|
13
|
-
from PyPDFForm.template import get_widgets_by_page
|
|
10
|
+
from PyPDFForm.lib.constants import DA, UNIQUE_SUFFIX_LENGTH, T, V
|
|
11
|
+
from PyPDFForm.lib.deprecation import deprecation_notice
|
|
12
|
+
from PyPDFForm.lib.middleware.base import Widget
|
|
13
|
+
from PyPDFForm.lib.template import get_widgets_by_page
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
def test_deprecation_warning():
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
LICENSE
|
|
2
|
-
README.md
|
|
3
|
-
pyproject.toml
|
|
4
|
-
PyPDFForm/__init__.py
|
|
5
|
-
PyPDFForm/adapter.py
|
|
6
|
-
PyPDFForm/constants.py
|
|
7
|
-
PyPDFForm/coordinate.py
|
|
8
|
-
PyPDFForm/deprecation.py
|
|
9
|
-
PyPDFForm/egress.py
|
|
10
|
-
PyPDFForm/filler.py
|
|
11
|
-
PyPDFForm/font.py
|
|
12
|
-
PyPDFForm/hooks.py
|
|
13
|
-
PyPDFForm/image.py
|
|
14
|
-
PyPDFForm/patterns.py
|
|
15
|
-
PyPDFForm/template.py
|
|
16
|
-
PyPDFForm/types.py
|
|
17
|
-
PyPDFForm/utils.py
|
|
18
|
-
PyPDFForm/watermark.py
|
|
19
|
-
PyPDFForm/wrapper.py
|
|
20
|
-
PyPDFForm.egg-info/PKG-INFO
|
|
21
|
-
PyPDFForm.egg-info/SOURCES.txt
|
|
22
|
-
PyPDFForm.egg-info/dependency_links.txt
|
|
23
|
-
PyPDFForm.egg-info/requires.txt
|
|
24
|
-
PyPDFForm.egg-info/top_level.txt
|
|
25
|
-
PyPDFForm/annotations/__init__.py
|
|
26
|
-
PyPDFForm/annotations/base.py
|
|
27
|
-
PyPDFForm/annotations/link.py
|
|
28
|
-
PyPDFForm/annotations/stamp.py
|
|
29
|
-
PyPDFForm/annotations/text.py
|
|
30
|
-
PyPDFForm/annotations/text_markup.py
|
|
31
|
-
PyPDFForm/assets/__init__.py
|
|
32
|
-
PyPDFForm/assets/bedrock.py
|
|
33
|
-
PyPDFForm/assets/blank.py
|
|
34
|
-
PyPDFForm/middleware/__init__.py
|
|
35
|
-
PyPDFForm/middleware/base.py
|
|
36
|
-
PyPDFForm/middleware/checkbox.py
|
|
37
|
-
PyPDFForm/middleware/dropdown.py
|
|
38
|
-
PyPDFForm/middleware/image.py
|
|
39
|
-
PyPDFForm/middleware/radio.py
|
|
40
|
-
PyPDFForm/middleware/signature.py
|
|
41
|
-
PyPDFForm/middleware/text.py
|
|
42
|
-
PyPDFForm/raw/__init__.py
|
|
43
|
-
PyPDFForm/raw/circle.py
|
|
44
|
-
PyPDFForm/raw/ellipse.py
|
|
45
|
-
PyPDFForm/raw/image.py
|
|
46
|
-
PyPDFForm/raw/line.py
|
|
47
|
-
PyPDFForm/raw/rect.py
|
|
48
|
-
PyPDFForm/raw/text.py
|
|
49
|
-
PyPDFForm/widgets/__init__.py
|
|
50
|
-
PyPDFForm/widgets/base.py
|
|
51
|
-
PyPDFForm/widgets/checkbox.py
|
|
52
|
-
PyPDFForm/widgets/dropdown.py
|
|
53
|
-
PyPDFForm/widgets/image.py
|
|
54
|
-
PyPDFForm/widgets/radio.py
|
|
55
|
-
PyPDFForm/widgets/signature.py
|
|
56
|
-
PyPDFForm/widgets/text.py
|
|
57
|
-
tests/test_bulk_create_fields.py
|
|
58
|
-
tests/test_create_widget.py
|
|
59
|
-
tests/test_draw_elements.py
|
|
60
|
-
tests/test_dropdown.py
|
|
61
|
-
tests/test_extract_middleware_attributes.py
|
|
62
|
-
tests/test_fill_max_length_text_field.py
|
|
63
|
-
tests/test_font_widths.py
|
|
64
|
-
tests/test_functional.py
|
|
65
|
-
tests/test_generate_appearance_streams.py
|
|
66
|
-
tests/test_js.py
|
|
67
|
-
tests/test_need_appearances.py
|
|
68
|
-
tests/test_paragraph.py
|
|
69
|
-
tests/test_signature.py
|
|
70
|
-
tests/test_use_full_widget_name.py
|
|
71
|
-
tests/test_widget_attr_trigger.py
|
|
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
|
|
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
|
|
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
|