PDF 轉成照片的小工具
Go to file
kinoshitakenta a2c3ffb91b update: README.md 2024-03-28 15:58:04 +08:00
.gitignore feat: added the function of reading PDF and convert it into image output 2024-01-26 17:04:12 +08:00
LICENSE docs: add WTFPL License 2024-03-28 15:23:44 +08:00
PDF2IMG.exe feat: added the function of reading PDF and convert it into image output 2024-01-26 17:04:12 +08:00
PDF2IMG.py feat: added the function of reading PDF and convert it into image output 2024-01-26 17:04:12 +08:00
README.md update: README.md 2024-03-28 15:58:04 +08:00
config.ini feat: added the function of reading PDF and convert it into image output 2024-01-26 17:04:12 +08:00
poetry.lock feat: added the function of reading PDF and convert it into image output 2024-01-26 17:04:12 +08:00
pyproject.toml feat: added the function of reading PDF and convert it into image output 2024-01-26 17:04:12 +08:00

README.md

PDF2IMG

Python Poetry

把 PDF 轉成照片的工具

env

需要安裝 poppler 在 local 上,並且路徑加入到環境變數裡

usage

windows 上懶人法

把 PDF 拖曳到 exe 上PDF 旁邊就會生出你 PDF 的照片了

如果你的 PDF 需要密碼才能開,那可以在 config.ini 配置檔裡修改密碼
如果想要轉換成其他照片格式,那可以在 config.ini 配置檔裡修改格式
如果照片有點模糊/過於清晰,那可以在 config.ini 配置檔裡修改 dpi


如果你想用 Python 來跑,先用 poetry 套件管理處理環境,然後執行

$ python PDF2IMG.py [YOUR_PDF_FILE_PATH]

其餘平台

理論上用 Python 執行可以,沒時間試