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
It's possible with puppeteer to print into a pdf: https://github.com/puppeteer/puppeteer/blob/main/docs/api.md#pagepdfoptions
So we could load a pdf, dump it into another pdf (if @media print stuff is ok), then load the dumped one and finally generate a PNG.
@media print
The text was updated successfully, but these errors were encountered:
Once we have this capability, we should write a regression test for #13852.
Sorry, something went wrong.
This is pretty important, we've been discovering lots of bugs in "Save to PDF" (see for example https://bugzilla.mozilla.org/show_bug.cgi?id=1777209) and the test coverage in m-c is lacking.
As part of this, we shouldn't only compare the rendering, but also ensure the PDF output is not rasterized.
No branches or pull requests
It's possible with puppeteer to print into a pdf:
https://github.com/puppeteer/puppeteer/blob/main/docs/api.md#pagepdfoptions
So we could load a pdf, dump it into another pdf (if
@media print
stuff is ok), then load the dumped one and finally generate a PNG.The text was updated successfully, but these errors were encountered: