文件名称:pdftopng:PDF到PNG转换库(基于poppler的pdftoppm)
文件大小:576KB
文件格式:ZIP
更新时间:2024-04-25 01:11:06
Python
pdftopng PDF到PNG转换库(基于poppler pdftoppm ) 安装 $ pip install pdftopng 用法 from pdftopng import pdftopng pdftopng.convert(pdf_path="foo.pdf", png_path="foo.png") 测验 首先,使用以下步骤设置开发环境: $ pip install -e ".[dev]" 进而: $ pytest --verbose --cov-report term --cov-report xml --cov=pdftopng tests/test_*.py 版本控制 pdftopng使用。 有关可用版本,请参见此存储库上的标记。 执照 此项目已获得GPLv2,请参阅文件以获取详细信息。
【文件预览】:
pdftopng-main
----.github()
--------workflows()
----.gitmodules(84B)
----src()
--------pdftopng()
----scripts()
--------wheel_repair.bat(131B)
--------wheel_repair.py(4KB)
--------build_win_x64.bat(546B)
--------build_win_x86.bat(548B)
--------build_linux.sh(220B)
--------build_ubuntu.sh(213B)
--------build_macos.sh(183B)
----lib()
--------poppler()
----LICENSE(18KB)
----setup.py(5KB)
----README.md(736B)
----tests()
--------foo.png(532KB)
--------test_pdftopng.py(462B)
--------foo.pdf(82KB)
----.gitignore(2KB)
----pyproject.toml(117B)