https://github.com/wasabina67/pdf-text-writer
Pdf text writer
https://github.com/wasabina67/pdf-text-writer
noto-sans pypdf reportlab uv
Last synced: 4 days ago
JSON representation
Pdf text writer
- Host: GitHub
- URL: https://github.com/wasabina67/pdf-text-writer
- Owner: wasabina67
- License: mit
- Created: 2025-10-05T12:11:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-05T13:07:21.000Z (9 months ago)
- Last Synced: 2025-10-31T06:46:08.815Z (8 months ago)
- Topics: noto-sans, pypdf, reportlab, uv
- Language: Python
- Homepage:
- Size: 28.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pdf-text-writer
Pdf text writer
## Install dependencies
```bash
uv sync
```
## Ruff, Black
```bash
uv run ruff check .
```
```bash
uv run black .
```
## Run
```bash
uv run python main.py
```