]> _ Git - fluidbook_processfarm.git/commitdiff
#7704 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Aug 2025 15:21:57 +0000 (17:21 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Aug 2025 15:21:57 +0000 (17:21 +0200)
app/src/PDFOperations.php

index 9e0e0365784e68d39aa8d95dcb6484ff0989136c..520537a9b87eca960db367d8f90cbd61de2ffa04 100644 (file)
@@ -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;
     }