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 CHANGED
@@ -779,7 +779,7 @@ class PDFDancer:
779
779
 
780
780
  # Document Operations
781
781
 
782
- def get_pdf_file(self) -> bytes:
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.get_pdf_file()
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pdfdancer-client-python
3
- Version: 0.2.7
3
+ Version: 0.2.8
4
4
  Summary: Python client for PDFDancer API
5
5
  Author-email: "The Famous Cat Ltd." <hi@thefamouscat.com>
6
6
  License: MIT
@@ -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=OP_QfJrBzJ2B6RLlmEnbq9d8jlA6A22tRvwvVuzgUUM,35964
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.7.dist-info/METADATA,sha256=-cHYC8DD2bQHku_e3g7O8kxk7aYzMVYrhX2MaO6rSJI,6769
9
- pdfdancer_client_python-0.2.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
- pdfdancer_client_python-0.2.7.dist-info/top_level.txt,sha256=ICwSVRpcCKrdBF9QlaX9Y0e_N3Nk1p7QVxadGOnbxeY,10
11
- pdfdancer_client_python-0.2.7.dist-info/RECORD,,
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,,