LINT PDF metadata for resumes (title, author, keywords, etc.)
Project description
rrlinter
LINT PDF metadata for resumes (title, author, keywords, etc.)
Install
pip install rrlinter
CLI Usage
rrlinter make
Library Usage
from rrlinter import PDFMetadataEditor
editor = PDFMetadataEditor("resume.pdf")
# Read current metadata
print(editor.metadata)
# Set individual fields
editor.set_title("My Resume")
editor.set_author("Jane Doe")
editor.set_keywords("python, developer")
# Or set multiple at once
editor.set_batch(title="My Resume", author="Jane Doe")
# Save (in-place or to a new file)
editor.save()
editor.save("output.pdf")
Available fields
title, author, subject, keywords, creator, producer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rrlinter-0.1.0.tar.gz
(2.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rrlinter-0.1.0.tar.gz.
File metadata
- Download URL: rrlinter-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c97f0587778f7a04ed6d02da4197b5eba6ce5e9c140b63c7ff26d083748a1cd
|
|
| MD5 |
baf2b6daaa7117a961daaed253d46e11
|
|
| BLAKE2b-256 |
c1f3e9cbefaf8fb756f0c673db63c8dc275cc6d8db7fad39d81c9245dd9616ac
|
File details
Details for the file rrlinter-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rrlinter-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcd27121e7be09a445ed22b20dee29082b3a4361031ea4342524f7debc478aaf
|
|
| MD5 |
2f0a46d357b08a0589cfc131902b518c
|
|
| BLAKE2b-256 |
9708dc933e04f0474ea2bf1bb602cdea0f80e4b943e7de6257176b256798bbe5
|