https://github.com/macagua/attendees-certificate-tools
Attendees Certificate Tools for PDF Files
https://github.com/macagua/attendees-certificate-tools
certificate files pdf pdf-generation pypdf2 python3
Last synced: 8 months ago
JSON representation
Attendees Certificate Tools for PDF Files
- Host: GitHub
- URL: https://github.com/macagua/attendees-certificate-tools
- Owner: macagua
- License: mit
- Created: 2023-01-20T14:06:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T15:39:38.000Z (over 2 years ago)
- Last Synced: 2025-01-09T10:49:27.787Z (9 months ago)
- Topics: certificate, files, pdf, pdf-generation, pypdf2, python3
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
attendees-certificate-tools
===========================Attendees Certificate Tools for PDF Files
Install it
==========For install dependencies, executing the following command:
::
pip install -r requirements.txt
Use it
======PDF Splitter
------------For use it, executing the following command:
::
python pdf_splitter.py "/path/to/file_name.pdf" "/path/to/output/dir"
Send Certificate
----------------For use it, executing the following command:
::
python send_certificate_participants.py
Tested it with
==============- Debian GNU/Linux 10.
- Python 3.9.16.