Download resumes from resume.io as PDF files
Project description
resumeio-dl
Download resumes from resume.io as PDF files without using the web UI.
Installation
pip install resumeio-dl
Requirements
- Python 3.8 or higher
- Tesseract OCR must be installed on your system
Usage
Command Line Interface
# Basic usage with just the token
resumeio-dl YOUR_RENDERING_TOKEN
# Specify an output filename
resumeio-dl YOUR_RENDERING_TOKEN -o my_resume.pdf
# Change the image size for higher/lower quality
resumeio-dl YOUR_RENDERING_TOKEN -s 4000
# Change the image extension
resumeio-dl YOUR_RENDERING_TOKEN -e png
Python API
from resumeio_dl import download_resume, Extension
# Basic usage
download_resume("YOUR_RENDERING_TOKEN")
# Advanced usage
download_resume(
rendering_token="YOUR_RENDERING_TOKEN",
output_filename="my_resume.pdf",
image_size=4000,
extension=Extension.png
)
How to find your renderingToken
- Go to your resume on resume.io
- Check the API response:
- For resumes: https://resume.io/api/app/resumes
- For cover letters: https://resume.io/api/app/cover-letters/
- Find the
renderingTokenin the response
Features
- Download resume images from resume.io
- Convert images to a searchable PDF with OCR
- Preserve hyperlinks from the original resume
- Support for different image formats and resolutions
Disclaimer
This tool is for educational purposes only. Please respect resume.io's terms of service and consider purchasing their premium services to support their platform.
License
MIT
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
resumeio_dl-0.1.0.tar.gz
(5.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 resumeio_dl-0.1.0.tar.gz.
File metadata
- Download URL: resumeio_dl-0.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aba813146911c9fb379e920198681fbf21b6511ecc5a6dd53108e2ba19378a7e
|
|
| MD5 |
85d08fc993e3c9999a092e75ed799c14
|
|
| BLAKE2b-256 |
d217ef2b5ce028f3f2349c5fcb7eb5c5619fc46c70f71f11b5312b7a80544eb3
|
File details
Details for the file resumeio_dl-0.1.0-py3-none-any.whl.
File metadata
- Download URL: resumeio_dl-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e657bf3fff5db927caf64ddcc3143c1ea124b26b51d45542c1b9278d87679530
|
|
| MD5 |
1fdbc6a825a893c28890e82c9f3a6614
|
|
| BLAKE2b-256 |
2ddc72a24f17e9ba3ac5388db8b48eaa44a718e95caba675a0deeafa7946ad64
|