Skip to content

In the present repository it is empirically illustrated how to generate pdf files through data sent through an html form using flask and reportlab

Notifications You must be signed in to change notification settings

deividbautista/Generar-pdf-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Generar-pdf-flask

En el presente repositorio se observara de manera empirica como desarrollar un modulo para la generacion de pdf con el lenguaje de programación PYTHON, utilizando para cada metodo distintas librerias y configuraciones que se pueden ajustar a las necesidades de nuestros proyectos. // In this repository we will observe empirically how to develop a module for generating PDFs with the PYTHON programming language, using different libraries and configurations for each method that can be adjusted to the needs of our projects.

Requisitos previos


# Otorgar permisos a windows en caso de ser solicitados
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process    
# Crear entorno virtual
virtualenv env   
# Activar entorno virtual para instalar dependencias
env/Scripts/activate 
# Instalar las dependencias que necesitaremos en este proyecto
pip install -U -r requirements.txt
# Para correr el proyecto
python src/app.py 

About

In the present repository it is empirically illustrated how to generate pdf files through data sent through an html form using flask and reportlab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published