1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-04-30 21:22:45 +02:00

Force une valeur par défaut lors de la compression

This commit is contained in:
Tanguy Le Faucheur 2024-02-16 15:46:08 +01:00 committed by Vincent LAURENT
parent 58ec504810
commit 76da2a1355

View file

@ -401,6 +401,8 @@ $f3->route ('POST /compress',
$compressionType = '/printer';
} elseif ($compressionType === 'high') {
$compressionType = '/screen';
} else {
$compressionType = '/screen';
}
$arrayPath = array_keys($files);