fix: integrate with fpdi pdf-parser for compressed pdf files
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
"scienta/doctrine-json-functions": "^6.3",
|
"scienta/doctrine-json-functions": "^6.3",
|
||||||
"setasign/fpdf": "^1.8",
|
"setasign/fpdf": "^1.8",
|
||||||
"setasign/fpdi": "^2.5",
|
"setasign/fpdi": "^2.5",
|
||||||
|
"setasign/fpdi_pdf-parser": "^2.1",
|
||||||
"spatie/blink": "^1.4",
|
"spatie/blink": "^1.4",
|
||||||
"spatie/icalendar-generator": "^2.5",
|
"spatie/icalendar-generator": "^2.5",
|
||||||
"symfony/apache-pack": "^1.0",
|
"symfony/apache-pack": "^1.0",
|
||||||
|
|||||||
Generated
+25
-1
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "70ed457986ca0bc2ea7d78074b2e050a",
|
"content-hash": "e64b0165e044f03c8d4e09161b01d2f3",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "beberlei/doctrineextensions",
|
"name": "beberlei/doctrineextensions",
|
||||||
@@ -3980,6 +3980,30 @@
|
|||||||
],
|
],
|
||||||
"time": "2025-08-05T09:57:14+00:00"
|
"time": "2025-08-05T09:57:14+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "setasign/fpdi_pdf-parser",
|
||||||
|
"version": "2.1.4",
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://www.setasign.com/downloads/6913817/FPDI_PDF-Parser-2.1.4.zip"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"setasign/fpdi": "^2.6.0"
|
||||||
|
},
|
||||||
|
"type": "library",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"setasign\\FpdiPdfParser\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"license": [
|
||||||
|
"proprietary"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"email": "[email protected]"
|
||||||
|
},
|
||||||
|
"time": "2024-12-10T00:00:00+00:00"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/blink",
|
"name": "spatie/blink",
|
||||||
"version": "1.4.0",
|
"version": "1.4.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user