From 2e8f87a0dc0a10715cf47e6bad6ecbf3bca9ac79 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 17 May 2022 17:16:37 +0200 Subject: [PATCH] wip #5220 --- src/Process.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.39.5