From 1f628548aa712cff0b81ee7deb0437afc1e27d35 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 27 Aug 2025 17:21:57 +0200 Subject: [PATCH] #7704 @0.25 --- app/src/PDFOperations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5