Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ Journal des modifications - [FIX] Utilisation de l'état ETABLISSEMENT pour le feu vert des soutenances plutôt que VALIDE - Ajout d'une mention de l'envoi à tous les responsables de structure lorsque aucun responsable de site n'a été trouvé. - Ajout du rapport technique dans les documents de la présoutenance (s'il y a au moins une visio de déclarée) - [FIX] QPDF peut retourner 3 en cas de warnings non bloquants : on ajoute --warning-exit-0 pour retourner 0 même en cas de warnings. 3.0.10 ----- Loading module/Application/src/Application/Command/Pdf/AjoutPdcShellCommandQpdf.php +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ class AjoutPdcShellCommandQpdf extends PdfMergeShellCommandQpdf // Commande de fusion (cf. https://qpdf.sourceforge.io/files/qpdf-manual.html#ref.page-selection) $command = $this->executable . sprintf(' %s --pages %s 1-z . %d-z -- %s', sprintf(' --warning-exit-0 %s --pages %s 1-z . %d-z -- %s', $this->manuscritInputFilePath, $this->couvertureInputFilePath, $manuscritFirstPageRangeSpec, Loading module/Application/src/Application/Command/Pdf/PdfMergeShellCommandQpdf.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class PdfMergeShellCommandQpdf extends MergeShellCommand { // Commande de fusion (cf. https://qpdf.sourceforge.io/files/qpdf-manual.html#ref.page-selection) $command = $this->executable . sprintf(' %s --pages . %s -- %s', sprintf(' --warning-exit-0 %s --pages . %s -- %s', array_shift($this->inputFilesPaths), implode(' ', $this->inputFilesPaths), $this->outputFilePath Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ Journal des modifications - [FIX] Utilisation de l'état ETABLISSEMENT pour le feu vert des soutenances plutôt que VALIDE - Ajout d'une mention de l'envoi à tous les responsables de structure lorsque aucun responsable de site n'a été trouvé. - Ajout du rapport technique dans les documents de la présoutenance (s'il y a au moins une visio de déclarée) - [FIX] QPDF peut retourner 3 en cas de warnings non bloquants : on ajoute --warning-exit-0 pour retourner 0 même en cas de warnings. 3.0.10 ----- Loading
module/Application/src/Application/Command/Pdf/AjoutPdcShellCommandQpdf.php +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ class AjoutPdcShellCommandQpdf extends PdfMergeShellCommandQpdf // Commande de fusion (cf. https://qpdf.sourceforge.io/files/qpdf-manual.html#ref.page-selection) $command = $this->executable . sprintf(' %s --pages %s 1-z . %d-z -- %s', sprintf(' --warning-exit-0 %s --pages %s 1-z . %d-z -- %s', $this->manuscritInputFilePath, $this->couvertureInputFilePath, $manuscritFirstPageRangeSpec, Loading
module/Application/src/Application/Command/Pdf/PdfMergeShellCommandQpdf.php +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ class PdfMergeShellCommandQpdf extends MergeShellCommand { // Commande de fusion (cf. https://qpdf.sourceforge.io/files/qpdf-manual.html#ref.page-selection) $command = $this->executable . sprintf(' %s --pages . %s -- %s', sprintf(' --warning-exit-0 %s --pages . %s -- %s', array_shift($this->inputFilesPaths), implode(' ', $this->inputFilesPaths), $this->outputFilePath Loading