diff --git a/app/vendors/pdfdoc.php b/app/vendors/pdfdoc.php index 29151fe8..e04f8766 100755 --- a/app/vendors/pdfdoc.php +++ b/app/vendors/pdfdoc.php @@ -16,7 +16,7 @@ class PDFDOC extends FPDI { function pageContent($content) { $this->SetTextColor(0); - $this->SetFontSize(11); //Changed from 12 + $this->SetFontSize(10); $this->SetFont('helvetica', ''); $this->writeHTML($content, true, false, false, false, '');