output() public method

Output the PDF as a string.
public output ( ) : string
return string The rendered PDF as string
Beispiel #1
0
 /**
  * Output the PDF as a string.
  *
  * @return string The rendered PDF as string
  * @throws \InvalidArgumentException
  * @static 
  */
 public static function output()
 {
     return \Barryvdh\Snappy\PdfWrapper::output();
 }