From: Vincent Vanwaelscappel Date: Wed, 27 Aug 2025 15:21:57 +0000 (+0200) Subject: #7704 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1f628548aa712cff0b81ee7deb0437afc1e27d35;p=fluidbook_processfarm.git #7704 @0.25 --- diff --git a/app/src/PDFOperations.php b/app/src/PDFOperations.php index 9e0e036..520537a 100644 --- a/app/src/PDFOperations.php +++ b/app/src/PDFOperations.php @@ -88,7 +88,7 @@ class PDFOperations if (is_string($rect)) { $rect = json_decode($rect, true); } - $out = PDF::extractArea(Buffer::getIn($pdf), $page, $rect, null, $options, $cache); + $out = PDF::extractArea($pdf, $page, $rect, null, $options, $cache); Buffer::syncOut(); return $out; }