I don't seem to find a function to download the pdf file of an existing invoice. I can get back the Invoice class with the getInvoice function but I would like to download the pdf. I saw that the update function in the Receipt class has the option of saving unsaved PDF files. Is it possible to implement the same for the Invoice? And put the fix in the v1.2.1, too? I'm using Laravel 5.7.* and versions after v1.2.1 don't work with my app.
I don't seem to find a function to download the pdf file of an existing invoice. I can get back the Invoice class with the getInvoice function but I would like to download the pdf. I saw that the update function in the Receipt class has the option of saving unsaved PDF files. Is it possible to implement the same for the Invoice? And put the fix in the v1.2.1, too? I'm using Laravel 5.7.* and versions after v1.2.1 don't work with my app.