From 4c604f400933ae98fed8632f3fbbb90f8e7f7d55 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sat, 16 Aug 2025 16:25:51 +0100 Subject: [PATCH] Use HTML for the logo instead of pdf->image; scales much nicer --- user/post/client.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/user/post/client.php b/user/post/client.php index de6283bb..0112f035 100644 --- a/user/post/client.php +++ b/user/post/client.php @@ -1090,8 +1090,12 @@ if (isset($_POST["export_client_pdf"])) { // Cover page section (for main content, not the TOC) $html .= '
'; if (!empty($company_logo)) { - $pdf->Image('../uploads/settings/' . $company_logo, '', '', 35, 35, '', '', 'L', false, 300, '', false, false, 1, false, false, false); + //$pdf->Image('../uploads/settings/' . $company_logo, '', '', 35, 35, '', '', 'L', false, 300, '', false, false, 1, false, false, false); + $html .= '
+ +
'; } + $html .= "

IT Documentation

$client_name