Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markruler/pdf
PDF 유틸
https://github.com/markruler/pdf
adobe pdf pdf-generation
Last synced: about 1 month ago
JSON representation
PDF 유틸
- Host: GitHub
- URL: https://github.com/markruler/pdf
- Owner: markruler
- License: mit
- Created: 2023-01-26T15:58:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T19:05:50.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T18:39:36.261Z (about 2 months ago)
- Topics: adobe, pdf, pdf-generation
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF Command Tools
각 폴더에서 가상 환경을 생성하고,
`requirements.txt`를 설치한다.```shell
python3 -m venv .venv
``````shell
# Bash
source .venv/bin/activate
``````ps1
# PowerShell
.venv\Scripts\activate
``````shell
pip install -r requirements.txt
```