https://github.com/felipeall/resumeio-to-pdf
Download your resume from resume.io as PDF
https://github.com/felipeall/resumeio-to-pdf
cv download fastapi ocr pdf resume resumeio searchable
Last synced: 5 months ago
JSON representation
Download your resume from resume.io as PDF
- Host: GitHub
- URL: https://github.com/felipeall/resumeio-to-pdf
- Owner: felipeall
- License: mit
- Created: 2022-11-04T21:07:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-14T17:20:35.000Z (9 months ago)
- Last Synced: 2025-09-14T18:36:22.834Z (9 months ago)
- Topics: cv, download, fastapi, ocr, pdf, resume, resumeio, searchable
- Language: Python
- Homepage: https://resumeio-to-pdf.fly.dev/
- Size: 125 KB
- Stars: 687
- Watchers: 4
- Forks: 123
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Resume.io to PDF
Download your resume from [resume.io](https://resume.io) as a PDF file.
Open the application, enter your resume `renderingToken` and click the download button.
It will automatically download your resume as image files, merge them, inject the hyperlinks,
convert to a PDF file and run OCR to extract the text.
### How to find your renderingToken
Resumes: https://resume.io/api/app/resumes
Cover Letters: https://resume.io/api/app/cover-letters/
You will see a list of your resumes. Find the one you want to download and get the `renderingToken` from
the payload.
### How to run the application
Clone the repository
```bash
git clone https://github.com/felipeall/resumeio-to-pdf.git
```
Go to the project's root folder
```bash
cd resumeio-to-pdf
```
Build the image
```bash
docker build -t resumeio-to-pdf .
```
Run the container
```bash
docker run -p 8000:8000 resumeio-to-pdf
```
Open your browser and access http://localhost:8000
### Disclaimer
Please be advised that this application is designed for preview purposes only.
By utilizing this tool, you explicitly agree to adhere to all applicable laws and regulations governing the use of such services.
The creators of this application absolve themselves of any responsibility for potential damages or harm resulting from its utilization.
It is essential to visit the pricing page on Resume.io to explore fair and affordable options for accessing the resume downloading service directly through the official channels provided by Resume.io.
The creators emphasize the importance of supporting the platform by subscribing to their services and discourage the use of this application as a substitute for legitimate and paid access.