[Reporting] Generate PDF using page.pdf()
#99539
Labels
(Deprecated) Feature:Reporting
Use Reporting:Screenshot, Reporting:CSV, or Reporting:Framework instead
enhancement
New value added to drive a business result
impact:high
Addressing this issue will have a high level of impact on the quality/strength of our product.
loe:large
Large Level of Effort
Describe the feature:
Export Dashboard to PDF creates a text-based PDF with
page.pdf()
:We want to generate PDF reports by having Chromium print the page as a PDF file and return it to us. This will make text become selectable in the PDF file, and should hopefully have performance / storage benefits since the data is not rasterized.
Currently, we capture a PNG screenshot of the page and build a PDF file in the Reporting code by placing the PNG in a PDF layout, which is expensive on resources.
The text was updated successfully, but these errors were encountered: