No project description provided
Project description
Générateur PDF Dynamique
Description
Le Générateur PDF Dynamique est un outil Python permettant de créer des fichiers PDF à partir de données dynamiques.
Fonctionnalités Principales
- Génération de fichiers PDF à partir de données dynamiques.
- Personnalisation du contenu PDF.
- Support de l'installation via pip.
Installation
Utilisez la commande suivante pour installer le générateur PDF dynamique:
pip install genpdf
Configuration
Aucune configuration spéciale n'est requise. Vous pouvez personnaliser le contenu du PDF dans votre code.
Utilisation
Exemple d'utilisation:
from generateur_pdf import PDFGenerator
# Création d'une instance PDFGenerator
pdf_generator = PDFGenerator("chemin/vers/fichier.pdf")
# Ajout de texte au PDF
pdf_generator.ajouter_texte("Contenu principal du PDF")
pdf_generator.ajouter_texte("Contenu supplémentaire du PDF")
# Génération du PDF
pdf_generator.generer_pdf()
Auteurs
- Arbens VITAL & Heraldy DEBROSSE
Licence
Ce projet n'est pas sous licence
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
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 genpdf-0.2.tar.gz.
File metadata
- Download URL: genpdf-0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2deff8b143e36787a146ec026527ac7e4f3548c896e94848ea6d565c158a41e2
|
|
| MD5 |
5d63d6360145ed451dcbb4a41c48b04c
|
|
| BLAKE2b-256 |
4042f3720e449959ba8fab1a9233755cd28ae79c9ec4e8464e1896b5577fc40c
|
File details
Details for the file genpdf-0.2-py3-none-any.whl.
File metadata
- Download URL: genpdf-0.2-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
616df71736803c47afe9e050973f320f43b5c7a2d9ae32c95d3bfe7c020bc5b4
|
|
| MD5 |
9dd35350cdfaea19bd6b9a931ce3ac37
|
|
| BLAKE2b-256 |
385afa0b8cb53be960862266bbace27fcd797ecf8fc0ed474552f2f95ba18001
|