From: Vincent Vanwaelscappel Date: Wed, 22 Feb 2023 09:28:09 +0000 (+0100) Subject: wip #5524 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e9b0c4bf387c5e8b0333e90a258457a1fb37e5c1;p=fluidbook_processfarm.git wip #5524 --- diff --git a/app/process.php b/app/process.php index 5c7c02a..7b84cc6 100644 --- a/app/process.php +++ b/app/process.php @@ -6,7 +6,6 @@ use Fluidbook\Farmer\ProcessToolboxPDFFile; require_once __DIR__ . "/vendor/autoload.php"; - if (!isset($_POST['pdf'])) { if (isset($_POST['toolbox'])) { $class = ProcessToolboxDocumentFile::class; @@ -18,5 +17,4 @@ if (!isset($_POST['pdf'])) { $p = new ProcessToolboxPDFFile($_POST['pdf'], $_POST['out'], $_POST['page'], $_POST['format'], $_POST['resolution'], $_POST['withGraphics'], $_POST['withText'], $_POST['version'], $_POST['force']); } $res = $p->process(); -error_log($res); die($res); \ No newline at end of file