Skip to content

Instantly share code, notes, and snippets.

View Adelysnet's full-sized avatar

Romain Ezquerra Adelysnet

  • Bordeaux - France
View GitHub Profile
@Adelysnet
Adelysnet / PdfManager.php
Created March 20, 2023 14:06
Reproduce wrong header len estimation / is_file crash
<?php
namespace App\Service;
use Knp\Snappy\Pdf;
use Throwable;
class PdfManager
{
protected $pdf;