1 Answers
You can define following at the top of the code, adjust values accordingly.
define("PDF_MARGIN_LEFT",5); define("PDF_MARGIN_RIGHT",5); define("PDF_MARGIN_TOP",5); define("PDF_MARGIN_BOTTOM",15);
Your Answer
You can define following at the top of the code, adjust values accordingly.
define("PDF_MARGIN_LEFT",5); define("PDF_MARGIN_RIGHT",5); define("PDF_MARGIN_TOP",5); define("PDF_MARGIN_BOTTOM",15);