pdfdancer-client-python 0.2.7__py3-none-any.whl → 0.2.8__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.
Potentially problematic release.
This version of pdfdancer-client-python might be problematic. Click here for more details.
- pdfdancer/pdfdancer_v1.py +2 -2
- {pdfdancer_client_python-0.2.7.dist-info → pdfdancer_client_python-0.2.8.dist-info}/METADATA +1 -1
- {pdfdancer_client_python-0.2.7.dist-info → pdfdancer_client_python-0.2.8.dist-info}/RECORD +5 -5
- {pdfdancer_client_python-0.2.7.dist-info → pdfdancer_client_python-0.2.8.dist-info}/WHEEL +0 -0
- {pdfdancer_client_python-0.2.7.dist-info → pdfdancer_client_python-0.2.8.dist-info}/top_level.txt +0 -0
pdfdancer/pdfdancer_v1.py
CHANGED
|
@@ -779,7 +779,7 @@ class PDFDancer:
|
|
|
779
779
|
|
|
780
780
|
# Document Operations
|
|
781
781
|
|
|
782
|
-
def
|
|
782
|
+
def get_bytes(self) -> bytes:
|
|
783
783
|
"""
|
|
784
784
|
Downloads the current state of the PDF document with all modifications applied.
|
|
785
785
|
|
|
@@ -804,7 +804,7 @@ class PDFDancer:
|
|
|
804
804
|
raise ValidationException("File path cannot be null or empty")
|
|
805
805
|
|
|
806
806
|
try:
|
|
807
|
-
pdf_data = self.
|
|
807
|
+
pdf_data = self.get_bytes()
|
|
808
808
|
output_path = Path(file_path)
|
|
809
809
|
|
|
810
810
|
# Create parent directories if they don't exist
|
|
@@ -3,9 +3,9 @@ pdfdancer/exceptions.py,sha256=Y5zwNVZprsv2hvKX304cXWobJt11nrEhCzLklu2wiO8,1567
|
|
|
3
3
|
pdfdancer/image_builder.py,sha256=Omxc2LcieJ1MbvWBXR5_sfia--eAucTUe0KWgr22HYo,842
|
|
4
4
|
pdfdancer/models.py,sha256=SmkKScr47uVs6FCWUAVIg6rucYrYHvbIxZngyA50XyI,15498
|
|
5
5
|
pdfdancer/paragraph_builder.py,sha256=bAfwX9U2YT1UGX9EKkPnGYvGK3SQP3X1ocxlgyLE_rU,8872
|
|
6
|
-
pdfdancer/pdfdancer_v1.py,sha256=
|
|
6
|
+
pdfdancer/pdfdancer_v1.py,sha256=f9RjlbMRHEFcf2syYVZbtAnv-6Ny-VqMN0Wp_h7to4s,35958
|
|
7
7
|
pdfdancer/types.py,sha256=TtXbOqa8febqTUmYF97tq-y6i-jNuO6UHvmAmSJHz20,7466
|
|
8
|
-
pdfdancer_client_python-0.2.
|
|
9
|
-
pdfdancer_client_python-0.2.
|
|
10
|
-
pdfdancer_client_python-0.2.
|
|
11
|
-
pdfdancer_client_python-0.2.
|
|
8
|
+
pdfdancer_client_python-0.2.8.dist-info/METADATA,sha256=iw817FadM5Gd8Qmbo4dawXKLRbJPLvJZcuaIjyOiLcU,6769
|
|
9
|
+
pdfdancer_client_python-0.2.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
10
|
+
pdfdancer_client_python-0.2.8.dist-info/top_level.txt,sha256=ICwSVRpcCKrdBF9QlaX9Y0e_N3Nk1p7QVxadGOnbxeY,10
|
|
11
|
+
pdfdancer_client_python-0.2.8.dist-info/RECORD,,
|
|
File without changes
|
{pdfdancer_client_python-0.2.7.dist-info → pdfdancer_client_python-0.2.8.dist-info}/top_level.txt
RENAMED
|
File without changes
|