added pdf template and other invoice improvements (#1693)
This commit is contained in:
@@ -14,7 +14,8 @@ interface HtmlToPdfConverter
|
||||
/**
|
||||
* Returns the binary content of the PDF, which can be saved as file or send via Reponse.
|
||||
* @param string $html
|
||||
* @param array $options
|
||||
* @return mixed
|
||||
*/
|
||||
public function convertToPdf(string $html);
|
||||
public function convertToPdf(string $html, array $options = []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user