Skip to content

matiasrebori/fpdf-table

Repository files navigation

FPDFTable Documentation Status license python pypi

A fast library for quick PDF table reports creation

Installation

Get Started

variable de entorno

import sys

sys.path.insert(0, r'C:\Users\Matias Rebori\Downloads\fpdf-table')

$env:PYTHONPATH = "C:\Users\Matias Rebori\Downloads\fpdf-table"

Get-ChildItem Env:PYTHONPATH

$env:PYTHONPATH = ""