WICG / web-printing

Other
9 stars 0 forks source link

Add methods specific to PDF export #10

Open pepelsbey opened 9 months ago

pepelsbey commented 9 months ago

The second most significant use case for opening the print dialog, apart from sending something to an actual printer, is the PDF export. I’d suggest exploring this possibility to cater to this use case, too. Possible options:

These are just a few examples from the top of my head. I’m sure there are more use cases that might help future-proofing this API for the fully digital era that’s hopefully coming ahead.

reillyeon commented 8 months ago

Client-side PDF generation would be a useful feature as well but is opposite to the goals of this proposal, which is to better support scenarios where the generation of PDFs is happening on the server.