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
Hello, We are using this gem to generate PDF from HTML.
We specify the header and footer template
browser.pdf( encoding: :binary, format: :A4, margin_bottom: 1, margin_left: 0.4, margin_right: 0.4, print_background: true, display_header_footer: true, footer_template: footer_template, header_template: header_template )
But we want to control the header and footer template on few pages, i.e. on some pages we do not want headers and footers. Is it possible to do that?
Is it possible to access the headers and footer with JavaScript somehow to manipulate / remove it?
The text was updated successfully, but these errors were encountered:
I don't really understand your issue, you can open any page and call pdf method.
Sorry, something went wrong.
No answer, no issue.
No branches or pull requests
Hello,
We are using this gem to generate PDF from HTML.
We specify the header and footer template
But we want to control the header and footer template on few pages, i.e. on some pages we do not want headers and footers.
Is it possible to do that?
Is it possible to access the headers and footer with JavaScript somehow to manipulate / remove it?
The text was updated successfully, but these errors were encountered: