Skip to content

Commit

Permalink
Merge pull request #638 from kaetaen/master
Browse files Browse the repository at this point in the history
Correção da posição da paginação nos arquivos PDF do boleto
  • Loading branch information
eduardokum authored Oct 4, 2021
2 parents 2aacaac + b446bab commit 3b9e497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Boleto/Render/AbstractPdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected function IncludeJS($script)

public function Footer()
{
$this->SetY(-20);
$this->SetY(-8);
if (count($this->PageGroups)) {
$this->Cell(0, 6, 'Boleto '.$this->GroupPageNo().'/'.$this->PageGroupAlias(), 0, 0, 'C');
}
Expand Down

0 comments on commit 3b9e497

Please sign in to comment.