PyPDFForm 1.5.3__tar.gz → 1.5.5__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.

Files changed (50) hide show
  1. {pypdfform-1.5.3 → pypdfform-1.5.5}/PKG-INFO +1 -1
  2. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/__init__.py +1 -1
  3. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/constants.py +1 -0
  4. pypdfform-1.5.5/PyPDFForm/middleware/image.py +10 -0
  5. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/middleware/radio.py +1 -10
  6. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/middleware/signature.py +2 -2
  7. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/utils.py +15 -1
  8. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/wrapper.py +9 -5
  9. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm.egg-info/PKG-INFO +1 -1
  10. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_functional_simple.py +25 -1
  11. pypdfform-1.5.3/PyPDFForm/middleware/image.py +0 -21
  12. {pypdfform-1.5.3 → pypdfform-1.5.5}/LICENSE +0 -0
  13. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/adapter.py +0 -0
  14. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/coordinate.py +0 -0
  15. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/filler.py +0 -0
  16. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/font.py +0 -0
  17. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/image.py +0 -0
  18. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/middleware/__init__.py +0 -0
  19. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/middleware/base.py +0 -0
  20. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/middleware/checkbox.py +0 -0
  21. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/middleware/dropdown.py +0 -0
  22. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/middleware/text.py +0 -0
  23. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/patterns.py +0 -0
  24. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/template.py +0 -0
  25. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/watermark.py +0 -0
  26. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/widgets/__init__.py +0 -0
  27. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/widgets/base.py +0 -0
  28. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/widgets/checkbox.py +0 -0
  29. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/widgets/dropdown.py +0 -0
  30. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm/widgets/text.py +0 -0
  31. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm.egg-info/SOURCES.txt +0 -0
  32. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm.egg-info/dependency_links.txt +0 -0
  33. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm.egg-info/requires.txt +0 -0
  34. {pypdfform-1.5.3 → pypdfform-1.5.5}/PyPDFForm.egg-info/top_level.txt +0 -0
  35. {pypdfform-1.5.3 → pypdfform-1.5.5}/README.md +0 -0
  36. {pypdfform-1.5.3 → pypdfform-1.5.5}/setup.cfg +0 -0
  37. {pypdfform-1.5.3 → pypdfform-1.5.5}/setup.py +0 -0
  38. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_adobe_mode.py +0 -0
  39. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_create_widget.py +0 -0
  40. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_dropdown.py +0 -0
  41. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_dropdown_simple.py +0 -0
  42. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_fill_max_length_text_field.py +0 -0
  43. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_fill_max_length_text_field_simple.py +0 -0
  44. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_fill_method.py +0 -0
  45. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_functional.py +0 -0
  46. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_paragraph.py +0 -0
  47. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_paragraph_simple.py +0 -0
  48. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_preview.py +0 -0
  49. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_signature.py +0 -0
  50. {pypdfform-1.5.3 → pypdfform-1.5.5}/tests/test_use_full_widget_name.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: PyPDFForm
3
- Version: 1.5.3
3
+ Version: 1.5.5
4
4
  Summary: The Python library for PDF forms.
5
5
  Home-page: https://github.com/chinapandaman/PyPDFForm
6
6
  Author: Jinge Li
@@ -1,7 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  """Contains any object users might need."""
3
3
 
4
- __version__ = "1.5.3"
4
+ __version__ = "1.5.5"
5
5
 
6
6
  from .wrapper import FormWrapper, PdfWrapper
7
7
 
@@ -84,6 +84,7 @@ BUTTON_STYLES = {
84
84
  }
85
85
 
86
86
  COORDINATE_GRID_FONT_SIZE_MARGIN_RATIO = DEFAULT_FONT_SIZE / 100
87
+ UNIQUE_SUFFIX_LENGTH = 20
87
88
 
88
89
  # Used for adjusting paragraph font size
89
90
  FONT_SIZE_REDUCE_STEP = 0.5
@@ -0,0 +1,10 @@
1
+ # -*- coding: utf-8 -*-
2
+ """Contains image field middleware."""
3
+
4
+ from .signature import Signature
5
+
6
+
7
+ class Image(Signature):
8
+ """A class to represent an image field widget."""
9
+
10
+ preserve_aspect_ratio = False
@@ -7,16 +7,7 @@ from .checkbox import Checkbox
7
7
  class Radio(Checkbox):
8
8
  """A class to represent a radiobutton widget."""
9
9
 
10
- def __init__(
11
- self,
12
- name: str,
13
- value: int = None,
14
- ) -> None:
15
- """Constructs all attributes for the radiobutton."""
16
-
17
- super().__init__(name, value)
18
-
19
- self.number_of_options = 0
10
+ number_of_options = 0
20
11
 
21
12
  @property
22
13
  def schema_definition(self) -> dict:
@@ -11,6 +11,8 @@ from .base import Widget
11
11
  class Signature(Widget):
12
12
  """A class to represent a signature field widget."""
13
13
 
14
+ preserve_aspect_ratio = True
15
+
14
16
  def __init__(
15
17
  self,
16
18
  name: str,
@@ -20,8 +22,6 @@ class Signature(Widget):
20
22
 
21
23
  super().__init__(name, value)
22
24
 
23
- self.preserve_aspect_ratio = True
24
-
25
25
  @property
26
26
  def schema_definition(self) -> dict:
27
27
  """Json schema definition of the signature field."""
@@ -2,6 +2,8 @@
2
2
  """Contains utility helpers."""
3
3
 
4
4
  from io import BytesIO
5
+ from secrets import choice
6
+ from string import ascii_letters, digits, punctuation
5
7
  from typing import BinaryIO, List, Union
6
8
 
7
9
  from pypdf import PdfReader, PdfWriter
@@ -9,7 +11,8 @@ from pypdf.generic import DictionaryObject
9
11
 
10
12
  from .constants import (BUTTON_STYLES, DEFAULT_CHECKBOX_STYLE, DEFAULT_FONT,
11
13
  DEFAULT_FONT_COLOR, DEFAULT_FONT_SIZE,
12
- DEFAULT_RADIO_STYLE, PREVIEW_FONT_COLOR, WIDGET_TYPES)
14
+ DEFAULT_RADIO_STYLE, PREVIEW_FONT_COLOR,
15
+ UNIQUE_SUFFIX_LENGTH, WIDGET_TYPES)
13
16
  from .middleware.checkbox import Checkbox
14
17
  from .middleware.radio import Radio
15
18
  from .middleware.text import Text
@@ -150,3 +153,14 @@ def traverse_pattern(
150
153
  if result:
151
154
  return result
152
155
  return None
156
+
157
+
158
+ def generate_unique_suffix() -> str:
159
+ """Generates a unique suffix string for widgets during form merging."""
160
+
161
+ return "".join(
162
+ [
163
+ choice(ascii_letters + digits + punctuation.replace("-", ""))
164
+ for _ in range(UNIQUE_SUFFIX_LENGTH)
165
+ ]
166
+ )
@@ -19,8 +19,8 @@ from .middleware.text import Text
19
19
  from .template import (build_widgets, dropdown_to_text,
20
20
  set_character_x_paddings, update_text_field_attributes,
21
21
  update_widget_keys, widget_rect_watermarks)
22
- from .utils import (get_page_streams, merge_two_pdfs, preview_widget_to_draw,
23
- remove_all_widgets)
22
+ from .utils import (generate_unique_suffix, get_page_streams, merge_two_pdfs,
23
+ preview_widget_to_draw, remove_all_widgets)
24
24
  from .watermark import create_watermarks_and_draw, merge_watermarks_with_pdf
25
25
  from .widgets.base import handle_non_acro_form_params
26
26
  from .widgets.checkbox import CheckBoxWidget
@@ -166,10 +166,14 @@ class PdfWrapper(FormWrapper):
166
166
  if not other.stream:
167
167
  return self
168
168
 
169
- new_obj = self.__class__()
170
- new_obj.stream = merge_two_pdfs(self.stream, other.stream)
169
+ unique_suffix = generate_unique_suffix()
170
+ for k in self.widgets:
171
+ if k in other.widgets:
172
+ other.update_widget_key(k, f"{k}-{unique_suffix}", defer=True)
171
173
 
172
- return new_obj
174
+ other.commit_widget_key_updates()
175
+
176
+ return self.__class__(merge_two_pdfs(self.stream, other.stream))
173
177
 
174
178
  @property
175
179
  def preview(self) -> bytes:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: PyPDFForm
3
- Version: 1.5.3
3
+ Version: 1.5.5
4
4
  Summary: The Python library for PDF forms.
5
5
  Home-page: https://github.com/chinapandaman/PyPDFForm
6
6
  Author: Jinge Li
@@ -2,7 +2,9 @@
2
2
 
3
3
  import os
4
4
 
5
- from PyPDFForm import FormWrapper
5
+ from PyPDFForm import FormWrapper, PdfWrapper
6
+ from PyPDFForm.constants import UNIQUE_SUFFIX_LENGTH, T, V
7
+ from PyPDFForm.template import get_widgets_by_page
6
8
 
7
9
 
8
10
  def test_fill(template_stream, pdf_samples, data_dict, request):
@@ -151,3 +153,25 @@ def test_undo_checkbox(pdf_samples, request):
151
153
 
152
154
  assert len(obj.stream) == len(expected)
153
155
  assert obj.stream == expected
156
+
157
+
158
+ def test_merging_unique_suffix(template_stream):
159
+ result = PdfWrapper()
160
+
161
+ for i in range(10):
162
+ obj = PdfWrapper(
163
+ FormWrapper(template_stream).fill({"test": f"value-{i}"}).read()
164
+ )
165
+ result += obj
166
+
167
+ merged = PdfWrapper(result.read())
168
+
169
+ for page, widgets in get_widgets_by_page(result.read()).items():
170
+ for widget in widgets:
171
+ assert widget[T] in merged.widgets
172
+ if widget[T] == "test":
173
+ assert widget[V] == "value-0"
174
+ elif V in widget and "value-" in widget[V]:
175
+ assert widget[V] == f"value-{page // 3}"
176
+ assert widget[T].split("-")[0] == "test"
177
+ assert len(widget[T].split("-")[1]) == UNIQUE_SUFFIX_LENGTH
@@ -1,21 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- """Contains image field middleware."""
3
-
4
- from typing import BinaryIO, Union
5
-
6
- from .signature import Signature
7
-
8
-
9
- class Image(Signature):
10
- """A class to represent an image field widget."""
11
-
12
- def __init__(
13
- self,
14
- name: str,
15
- value: Union[bytes, str, BinaryIO] = None,
16
- ) -> None:
17
- """Constructs all attributes for the image field."""
18
-
19
- super().__init__(name, value)
20
-
21
- self.preserve_aspect_ratio = False
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes