alvarcarto / url-to-pdf-api

Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
MIT License
7.03k stars 779 forks source link

Option to receive rendering as an attachment download #46

Closed nicky9door closed 6 years ago

nicky9door commented 6 years ago

By providing the query parameter attachmentName the response will have an attachment Content-Disposition header with the filename set to the value specified. This can be used to receive the rendering as a file download

kimmobrunfeldt commented 6 years ago

This is great! Thanks.