An open API service indexing awesome lists of open source software.

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

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.