Closed Gloumi closed 6 years ago
Same here. Even changing these lines does not have any effect:
$leftMargin = ($this->options->getPdfLeftMargin()) ? $this->options->getPdfLeftMargin() : '40';
$rightMargin = ($this->options->getPdfRightMargin()) ? $this->options->getPdfRightMargin() : '40';
$topMargin = ($this->options->getPdfTopMargin()) ? $this->options->getPdfTopMargin() : '40';
Hi, I tried to change pdf margins to 0 but this doesn't work :
$topMargin = ($this->options->getPdfTopMargin()) ? $this->options->getPdfTopMargin() : '15';
Another question : Why there is no pdfBottomMargin property ?