Skip to content

Commit

Permalink
Merge pull request #1 from kaetaen/correção-arquivo-pdf
Browse files Browse the repository at this point in the history
Ajuste no indicador de paginação nos arquivos pdf
  • Loading branch information
kaetaen authored Aug 28, 2021
2 parents 2aacaac + 8d545f0 commit b446bab
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 b446bab

Please sign in to comment.