contributte / invoice

:memo: PDF invoice generator
https://contributte.org/packages/contributte/invoice.html
MIT License
96 stars 25 forks source link

Method $invoice->create() exits app and dosent return string #11

Closed AliAmjid closed 5 years ago

AliAmjid commented 5 years ago

In WebChemistry\Invoice\Renderers\PDFRenderer on line 97 return $this->pdf->Output(); This Echos the file and exits the app

There should Be return $this->pdf->Output("S"); This just returns string

MartkCz commented 5 years ago

I see return $this->pdf->Output('S') in dev-master https://github.com/contributte/invoice/blob/master/src/Renderers/PDFRenderer.php#L113

PS: you must run composer require contributte/invoice:dev-master and remove webchemistry/invoice

AliAmjid commented 5 years ago

Yep, my bad. i had older version.