Skip to content

Page header and footer not working #514

Open
@Adi-18

Description

@Adi-18

I run in PHP 8.2.21, Symfony: 7.1.8
Using binary: xvfb-run /usr/bin/wkhtmltopdf versoin 0.12.6

When I try this code, there is no footer for page number

        $html = $this->renderView('pdf/pdf_report.html.twig', $parameters);

        return $knpSnappyPdf->getOutputFromHtml($html, [
            'margin-left' => 10,
            'margin-right' => 10,
            'footer-spacing' => 5,
            'footer-line' => true,
            'footer-font-size' => 3,
            'footer-center' => "Page: [page]/[toPage]",
        ]);

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions