]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5220
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 17 May 2022 15:16:37 +0000 (17:16 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 17 May 2022 15:16:37 +0000 (17:16 +0200)
src/Process.php

index 3ab93657da065c836ae13ccbb4a759327fee32b2..f93c27f84d3c910791f7dd0c86e47639c91c0ab8 100644 (file)
@@ -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();
     }