lightpdf-aipdf-mcp 0.1.107__py3-none-any.whl → 0.1.108__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.
@@ -277,8 +277,8 @@ class Converter(BaseApiClient):
277
277
  # Excel转PDF特殊参数处理
278
278
  file_ext = os.path.splitext(file_path)[1].lower()
279
279
  if file_ext == ".xlsx" and format == "pdf":
280
- merge_all = extra_params.get("merge_all", 0)
281
- if merge_all:
280
+ one_page_per_sheet = extra_params.get("one_page_per_sheet", 0)
281
+ if one_page_per_sheet:
282
282
  extra_params["provider"] = "apower"
283
283
 
284
284
  # 创建转换任务
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lightpdf-aipdf-mcp
3
- Version: 0.1.107
3
+ Version: 0.1.108
4
4
  Summary: MCP Server for LightPDF AI-PDF
5
5
  Author: LightPDF Team
6
6
  License: Proprietary
@@ -1,11 +1,11 @@
1
1
  lightpdf_aipdf_mcp/__init__.py,sha256=PPnAgpvJLYLVOTxnHDmJAulFnHJD6wuTwS6tRGjqq6s,141
2
2
  lightpdf_aipdf_mcp/common.py,sha256=PhTf7Zg6mEgn1rTmJDHotXp-4xb2gWFf-Dy_t25qNdY,6660
3
- lightpdf_aipdf_mcp/converter.py,sha256=0Xv3k_fdyrqhT_ijcXMKvkL4TuryA-crkqMzLFMHp74,16470
3
+ lightpdf_aipdf_mcp/converter.py,sha256=dpiZUPEsh4SYYvo6nsXED1IW58nt2BdTlct02mLI624,16497
4
4
  lightpdf_aipdf_mcp/create_pdf.py,sha256=jKyzObP3Mj55yZ7EY2D0Qx-YkppFgEm_YmoBVB0VGEs,2265
5
5
  lightpdf_aipdf_mcp/editor.py,sha256=vPaahaAV6pDZi_eheRGSgHzfZxc6ZqQyxHDgsNfdgjQ,29899
6
6
  lightpdf_aipdf_mcp/server.py,sha256=RynbDREojuF4bDWhUGU4-Rl0LC-aRHnaTsvIwTcBAN8,65269
7
7
  lightpdf_aipdf_mcp/translator.py,sha256=NbFDz-mZSD4qCNQVyV0W_0x6xXwbqs_7FiBU13JAxZs,4243
8
- lightpdf_aipdf_mcp-0.1.107.dist-info/METADATA,sha256=yQnHHECYdCS_YQS_zzSs0TTd2UFEGFXnl-ikd4uDVrI,8120
9
- lightpdf_aipdf_mcp-0.1.107.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
- lightpdf_aipdf_mcp-0.1.107.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
11
- lightpdf_aipdf_mcp-0.1.107.dist-info/RECORD,,
8
+ lightpdf_aipdf_mcp-0.1.108.dist-info/METADATA,sha256=FwTFbod2hdMTIAbMVq480VlXZsz2vbviCEHqzfg59Jg,8120
9
+ lightpdf_aipdf_mcp-0.1.108.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
10
+ lightpdf_aipdf_mcp-0.1.108.dist-info/entry_points.txt,sha256=X7TGUe52N4sYH-tYt0YUGApeJgw-efQlZA6uAZmlmr4,63
11
+ lightpdf_aipdf_mcp-0.1.108.dist-info/RECORD,,