Open
Bug 1770971
Opened 8 months ago
Updated 2 months ago
GeckoView Save to PDF/Print API Settings
Categories
(GeckoView :: General, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: olivia, Unassigned)
References
Details
The GeckoView Save to PDF functionality uses Gecko's Print
functionality to generate PDFs.
There are many options for how the PDF is generated. Adding print options to be set from the Java side on the GeckoView Save to PDF API would allow GV users to better control PDF generation - for example, adjusting margins, greyscale, and formatting.
In the current API , the settings are only set on the Gecko side. A PdfSettings
Java class should be added that can then be used in the C++ side to set print settings.
Updated•8 months ago
|
Severity: -- → N/A
Priority: -- → P3
Reporter | ||
Comment 1•6 months ago
|
||
This bug would also be relevant for enabling regular printing on Android too.
Reporter | ||
Comment 2•2 months ago
|
||
Having a Java-side GeckoPrintSettings
is also likely a requirement or at least helpful for implementing nsIPrintDialogService.
Summary: GeckoView Save to PDF API Settings → GeckoView Save to PDF/Print API Settings
You need to log in
before you can comment on or make changes to this bug.
Description
•