This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am michaelthieulin on github. | |
* I am michaelthieulin (https://keybase.io/michaelthieulin) on keybase. | |
* I have a public key whose fingerprint is 5D81 5130 0371 BBEE DFF7 F1ED AD09 E0FF 5F6C 99D3 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
namespace Lib\Core\Export; | |
use Psr\Log\LoggerInterface; | |
use Symfony\Component\Process\Process; | |
class PdfExport |