We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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]", ]);
The text was updated successfully, but these errors were encountered:
qroques
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: