From: Vincent Vanwaelscappel Date: Tue, 17 May 2022 15:16:37 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2e8f87a0dc0a10715cf47e6bad6ecbf3bca9ac79;p=fluidbook_processfarm.git wip #5220 --- diff --git a/src/Process.php b/src/Process.php index 3ab9365..f93c27f 100644 --- a/src/Process.php +++ b/src/Process.php @@ -117,7 +117,7 @@ class Process extends ProcessFile public function getJob(): ProcessPage { if (null === $this->job) { - $this->job = new ProcessPage(new Document($this->getOut() . '/original.pdf'), $this->getPage()); + $this->job = new ProcessPage(new Document($this->getOut() . '/original.pdf'), $this->getPage(), [], false); } return parent::getJob(); }