Primer version funcional

This commit is contained in:
Administrador Ibiza
2025-12-29 23:37:11 -06:00
commit 5289fd4133
294 changed files with 111418 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "cloudframework-io/tcpdi_cf",
"type": "library",
"description": "TCPDI_CF is a PHP class for importing PDF to use with TCPDF tecnickcom/tcpdf:6.4.1 and pop/tcpdi adapted by cloudframework to include Custom Properties when you sign a PDF",
"keywords": ["PDF", "tcpdi", "tcpdi_parser", "tcpdf","cloudframework"],
"license": "Apache-2.0",
"minimum-stability": "stable",
"authors": [
{ "name": "Héctor López", "email": "hl@cloudframework.io"},
{ "name": "Fran Herrera", "email": "fran@cloudframework.io"},
{ "name": "Adrian Martínez", "email": "am@cloudframework.io"}
],
"require": {
"php": ">=5.3.0",
"tecnickcom/tcpdf": "^6.3"
},
"autoload": {
"classmap": [
"fpdf_tpl.php",
"tcpdi.php",
"tcpdi_parser.php"
]
}
}