invoice-as-a-service icon indicating copy to clipboard operation
invoice-as-a-service copied to clipboard

Generate PDF in a GET route

Open samber opened this issue 5 years ago • 0 comments

Why ?

Better integration with web: just in time pdf generation.

Link could be sent by email and be opened by random people.

How ?

Disable 3rd-party storage (to prevent credential leak)

Body should be serialized to base64 and passed in url query params.

samber avatar Nov 10 '19 14:11 samber